#067FC3

Color #067FC3 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #067FC3

Tints of Navy Blue #067FC3

Color information

#067FC3 (or 0x067FC3) is unknown color: approx Navy Blue. HEX triplet: 06, 7F and C3. RGB value is (6,127,195). Sum of RGB (Red+Green+Blue) = 6+127+195=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 195 (76.56% from 255 or 59.45% from 328); Max value from RGB is 195 - color contains mainly: blue. Hex color #067FC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067FC3 is #F9803C. Grayscale: #626262. Windows color (decimal): -16351293 or 12812038. OLE color: 12812038.

HSL color Cylindrical-coordinate representation of color #067FC3: hue angle of 201.59º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067FC3 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6127195-
CMYK0.970.3500.24
HSL201.59º94.03%39.41%-
HSV(B)201.59º96.92%76.47%-
XYZ17.5119.1654.4-
YUV98.57182.4161.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 1.83%
GREEN value IS 127 (50% from 255) = 38.72%
BLUE value IS 195 (76.56% from 255) = 59.45%
R=1.83%
G=38.72%
B=59.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61271950.970.3500.24201.5994.0339.41
Hex67FC36123018ca5e27
Octal61773031414303031213647
Binary1101111111110000111100001100011011000110010101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067FC3; }

 p { color: rgb(6,127,195); }

 H1.HeaderClassName
 {
   color: #067FC3;
 }
 .AnyTagClassName
 {
   color: #067FC3;
 }
</style>
background-color css

<style>
 a { background-color: #067FC3; }

 a { background-color: rgb(6,127,195); }

 div.DivClassName
 {
   background-color: #067FC3;
 }
 .BgClassName
 {
   background-color: #067FC3;
 }
</style>
border-color css

<style>
 span { border-color: #067FC3; }

 span { border-color: rgb(6,127,195); }

 td.TdClassName
 {
   border-color: #067FC3;
 }
 .TagClassName
 {
   border-color: #067FC3;
 }
</style>