#067CD1

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

Shades of Navy Blue #067CD1

Tints of Navy Blue #067CD1

Color information

#067CD1 (or 0x067CD1) is unknown color: approx Navy Blue. HEX triplet: 06, 7C and D1. RGB value is (6,124,209). Sum of RGB (Red+Green+Blue) = 6+124+209=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 209 (82.03% from 255 or 61.65% from 339); Max value from RGB is 209 - color contains mainly: blue. Hex color #067CD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067CD1 is #F9832E. Grayscale: #616161. Windows color (decimal): -16352047 or 13728774. OLE color: 13728774.

HSL color Cylindrical-coordinate representation of color #067CD1: hue angle of 205.12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067CD1 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6124209-
CMYK0.970.4100.18
HSL205.12º94.42%42.16%-
HSV(B)205.12º97.13%81.96%-
XYZ18.7919.0663.01-
YUV98.41190.4162.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.77%
GREEN value IS 124 (48.83% from 255) = 36.58%
BLUE value IS 209 (82.03% from 255) = 61.65%
R=1.77%
G=36.58%
B=61.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal61242090.970.4100.18205.1294.4242.16
Hex67CD16129012cd5e2a
Octal61743211415102231513652
Binary1101111100110100011100001101001010010110011011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,124,209); }

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

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

 a { background-color: rgb(6,124,209); }

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

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

 span { border-color: rgb(6,124,209); }

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