Html Css Color HEX #006CC0 Navy Blue

📋 copy color: '#006CC0'

red 0 ◦ green 108 ◦ blue 192

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

Shades of Navy Blue #006CC0

Tints of Navy Blue #006CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 64%

R = 0%
G = 36%
B = 64%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#006CC0 (or 0x006CC0) is known color: Navy Blue. HEX triplet: 00, 6C and C0. RGB value is (0,108,192). Sum of RGB (Red+Green+Blue) = 0+108+192=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 192 (75.39% from 255 or 64% from 300); Max value from RGB is 192 - color contains mainly: blue. Hex color #006CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CC0 is #FF933F. Grayscale: #545454. Windows color (decimal): -16749376 or 12610560. OLE color: 12610560.

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

Color convert

RGB 0 108 192 -
CMYK 1 0.44 0 0.25
HSL 206.25º 1% 0.38% -
HSV(B) 206.25º 1% 0.75% -
XYZ 14.88 14.53 51.89 -
YUV 85.28 188.22 67.17 -
System Red Green Blue C M Y K H S L
Decimal 0 108 192 1 0.44 0 0.25 206.25 1 0.38
Hex 0 6C C0 64 2C 0 19 CE 64 26
Octal 0 154 300 144 54 0 31 316 144 46
Binary 0 1101100 11000000 1100100 101100 0 11001 11001110 1100100 100110

Color Harmonies of #006CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CC0

Black with #006CC0

Text Example


Text Example

White with #006CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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