Html Css Color HEX #006CCD Navy Blue

📋 copy color: '#006CCD'

red 0 ◦ green 108 ◦ blue 205

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

Shades of Navy Blue #006CCD

Tints of Navy Blue #006CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.5%

R = 0%
G = 34.5%
B = 65.5%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#006CCD (or 0x006CCD) is known color: Navy Blue. HEX triplet: 00, 6C and CD. RGB value is (0,108,205). Sum of RGB (Red+Green+Blue) = 0+108+205=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #006CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CCD is #FF9332. Grayscale: #565656. Windows color (decimal): -16749363 or 13462528. OLE color: 13462528.

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

Color convert

RGB 0 108 205 -
CMYK 1 0.47 0 0.20
HSL 208.39º 1% 0.4% -
HSV(B) 208.39º 1% 0.8% -
XYZ 16.38 15.13 59.82 -
YUV 86.77 194.72 66.11 -
System Red Green Blue C M Y K H S L
Decimal 0 108 205 1 0.47 0 0.20 208.39 1 0.4
Hex 0 6C CD 64 2F 0 14 D0 64 28
Octal 0 154 315 144 57 0 24 320 144 50
Binary 0 1101100 11001101 1100100 101111 0 10100 11010000 1100100 101000

Color Harmonies of #006CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CCD

Black with #006CCD

Text Example


Text Example

White with #006CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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