Html Css Color HEX #006FC6 Navy Blue

📋 copy color: '#006FC6'

red 0 ◦ green 111 ◦ blue 198

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

Shades of Navy Blue #006FC6

Tints of Navy Blue #006FC6

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 111 (43.75% from 255) = 35.92%

 BLUE value IS 198 (77.73% from 255) = 64.08%

R = 0%
G = 35.92%
B = 64.08%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#006FC6 (or 0x006FC6) is known color: Navy Blue. HEX triplet: 00, 6F and C6. RGB value is (0,111,198). Sum of RGB (Red+Green+Blue) = 0+111+198=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 198 (77.73% from 255 or 64.08% from 309); Max value from RGB is 198 - color contains mainly: blue. Hex color #006FC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FC6 is #FF9039. Grayscale: #575757. Windows color (decimal): -16748602 or 13004544. OLE color: 13004544.

HSL color Cylindrical-coordinate representation of color #006FC6: hue angle of 206.36º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FC6 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 111 198 -
CMYK 1 0.44 0 0.22
HSL 206.36º 1% 0.39% -
HSV(B) 206.36º 1% 0.78% -
XYZ 15.88 15.45 55.57 -
YUV 87.73 190.23 65.43 -
System Red Green Blue C M Y K H S L
Decimal 0 111 198 1 0.44 0 0.22 206.36 1 0.39
Hex 0 6F C6 64 2C 0 16 CE 64 27
Octal 0 157 306 144 54 0 26 316 144 47
Binary 0 1101111 11000110 1100100 101100 0 10110 11001110 1100100 100111

Color Harmonies of #006FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FC6

Black with #006FC6

Text Example


Text Example

White with #006FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006FC6; }

 p { color: rgb(0,111,198); }

 H1.HeaderClassName
 {
   color: #006FC6;
 }
 .AnyTagClassName
 {
   color: #006FC6;
 }
</style>

background-color css

<style>
 a { background-color: #006FC6; }

 a { background-color: rgb(0,111,198); }

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

border-color css

<style>
 span { border-color: #006FC6; }

 span { border-color: rgb(0,111,198); }

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