Html Css Color HEX #006CC2 Navy Blue

📋 copy color: '#006CC2'

red 0 ◦ green 108 ◦ blue 194

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

Shades of Navy Blue #006CC2

Tints of Navy Blue #006CC2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.76%

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

R = 0%
G = 35.76%
B = 64.24%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#006CC2 (or 0x006CC2) is known color: Navy Blue. HEX triplet: 00, 6C and C2. RGB value is (0,108,194). Sum of RGB (Red+Green+Blue) = 0+108+194=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 194 (76.17% from 255 or 64.24% from 302); Max value from RGB is 194 - color contains mainly: blue. Hex color #006CC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CC2 is #FF933D. Grayscale: #555555. Windows color (decimal): -16749374 or 12741632. OLE color: 12741632.

HSL color Cylindrical-coordinate representation of color #006CC2: hue angle of 206.6º 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 #006CC2 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 108 194 -
CMYK 1 0.44 0 0.24
HSL 206.6º 1% 0.38% -
HSV(B) 206.6º 1% 0.76% -
XYZ 15.1 14.62 53.07 -
YUV 85.51 189.22 67.01 -
System Red Green Blue C M Y K H S L
Decimal 0 108 194 1 0.44 0 0.24 206.6 1 0.38
Hex 0 6C C2 64 2C 0 18 CF 64 26
Octal 0 154 302 144 54 0 30 317 144 46
Binary 0 1101100 11000010 1100100 101100 0 11000 11001111 1100100 100110

Color Harmonies of #006CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CC2

Black with #006CC2

Text Example


Text Example

White with #006CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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