Html Css Color HEX #006FC2 Navy Blue

📋 copy color: '#006FC2'

red 0 ◦ green 111 ◦ blue 194

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

Shades of Navy Blue #006FC2

Tints of Navy Blue #006FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 63.61%

R = 0%
G = 36.39%
B = 63.61%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#006FC2 (or 0x006FC2) is known color: Navy Blue. HEX triplet: 00, 6F and C2. RGB value is (0,111,194). Sum of RGB (Red+Green+Blue) = 0+111+194=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 194 (76.17% from 255 or 63.61% from 305); Max value from RGB is 194 - color contains mainly: blue. Hex color #006FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FC2 is #FF903D. Grayscale: #565656. Windows color (decimal): -16748606 or 12742400. OLE color: 12742400.

HSL color Cylindrical-coordinate representation of color #006FC2: hue angle of 205.67º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FC2 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 111 194 -
CMYK 1 0.43 0 0.24
HSL 205.67º 1% 0.38% -
HSV(B) 205.67º 1% 0.76% -
XYZ 15.42 15.26 53.17 -
YUV 87.27 188.23 65.75 -
System Red Green Blue C M Y K H S L
Decimal 0 111 194 1 0.43 0 0.24 205.67 1 0.38
Hex 0 6F C2 64 2B 0 18 CE 64 26
Octal 0 157 302 144 53 0 30 316 144 46
Binary 0 1101111 11000010 1100100 101011 0 11000 11001110 1100100 100110

Color Harmonies of #006FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FC2

Black with #006FC2

Text Example


Text Example

White with #006FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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