Html Css Color HEX #067FCF Navy Blue

📋 copy color: '#067FCF'

red 6 ◦ green 127 ◦ blue 207

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

Shades of Navy Blue #067FCF

Tints of Navy Blue #067FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.88%

R = 1.76%
G = 37.35%
B = 60.88%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#067FCF (or 0x067FCF) is known color: Navy Blue. HEX triplet: 06, 7F and CF. RGB value is (6,127,207). Sum of RGB (Red+Green+Blue) = 6+127+207=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #067FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067FCF is #F98030. Grayscale: #636363. Windows color (decimal): -16351281 or 13598470. OLE color: 13598470.

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

Color convert

RGB 6 127 207 -
CMYK 0.97 0.39 0 0.19
HSL 203.88º 0.94% 0.42% -
HSV(B) 203.88º 0.97% 0.81% -
XYZ 18.93 19.72 61.84 -
YUV 99.94 188.41 61 -
System Red Green Blue C M Y K H S L
Decimal 6 127 207 0.97 0.39 0 0.19 203.88 0.94 0.42
Hex 6 7F CF 61 27 0 13 CC 5E 2A
Octal 6 177 317 141 47 0 23 314 136 52
Binary 110 1111111 11001111 1100001 100111 0 10011 11001100 1011110 101010

Color Harmonies of #067FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FCF

Black with #067FCF

Text Example


Text Example

White with #067FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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