Html Css Color HEX #067FCD Navy Blue

📋 copy color: '#067FCD'

red 6 ◦ green 127 ◦ blue 205

#067FCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #067FCD

Tints of Navy Blue #067FCD

RGB

 RED value IS 6 (2.73% from 255) = 1.78%

 GREEN value IS 127 (50% from 255) = 37.57%

 BLUE value IS 205 (80.47% from 255) = 60.65%

R = 1.78%
G = 37.57%
B = 60.65%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#067FCD (or 0x067FCD) is known color: Navy Blue. HEX triplet: 06, 7F and CD. RGB value is (6,127,205). Sum of RGB (Red+Green+Blue) = 6+127+205=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #067FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067FCD is #F98032. Grayscale: #636363. Windows color (decimal): -16351283 or 13467398. OLE color: 13467398.

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

Color convert

RGB 6 127 205 -
CMYK 0.97 0.38 0 0.20
HSL 203.52º 0.94% 0.41% -
HSV(B) 203.52º 0.97% 0.8% -
XYZ 18.68 19.63 60.56 -
YUV 99.71 187.41 61.16 -
System Red Green Blue C M Y K H S L
Decimal 6 127 205 0.97 0.38 0 0.20 203.52 0.94 0.41
Hex 6 7F CD 61 26 0 14 CC 5E 29
Octal 6 177 315 141 46 0 24 314 136 51
Binary 110 1111111 11001101 1100001 100110 0 10100 11001100 1011110 101001

Color Harmonies of #067FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FCD

Black with #067FCD

Text Example


Text Example

White with #067FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #067FCD;
 }
 .AnyTagClassName
 {
   color: #067FCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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