Html Css Color HEX #006CCC Navy Blue

📋 copy color: '#006CCC'

red 0 ◦ green 108 ◦ blue 204

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

Shades of Navy Blue #006CCC

Tints of Navy Blue #006CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 65.38%

R = 0%
G = 34.62%
B = 65.38%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#006CCC (or 0x006CCC) is known color: Navy Blue. HEX triplet: 00, 6C and CC. RGB value is (0,108,204). Sum of RGB (Red+Green+Blue) = 0+108+204=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #006CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CCC is #FF9333. Grayscale: #565656. Windows color (decimal): -16749364 or 13396992. OLE color: 13396992.

HSL color Cylindrical-coordinate representation of color #006CCC: hue angle of 208.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CCC is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 0 108 204 -
CMYK 1 0.47 0 0.2
HSL 208.24º 1% 0.4% -
HSV(B) 208.24º 1% 0.8% -
XYZ 16.26 15.08 59.18 -
YUV 86.65 194.22 66.19 -
System Red Green Blue C M Y K H S L
Decimal 0 108 204 1 0.47 0 0.2 208.24 1 0.4
Hex 0 6C CC 64 2F 0 14 D0 64 28
Octal 0 154 314 144 57 0 24 320 144 50
Binary 0 1101100 11001100 1100100 101111 0 10100 11010000 1100100 101000

Color Harmonies of #006CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CCC

Black with #006CCC

Text Example


Text Example

White with #006CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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