Html Css Color HEX #006CCE Navy Blue

📋 copy color: '#006CCE'

red 0 ◦ green 108 ◦ blue 206

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

Shades of Navy Blue #006CCE

Tints of Navy Blue #006CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.61%

R = 0%
G = 34.39%
B = 65.61%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#006CCE (or 0x006CCE) is known color: Navy Blue. HEX triplet: 00, 6C and CE. RGB value is (0,108,206). Sum of RGB (Red+Green+Blue) = 0+108+206=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #006CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CCE is #FF9331. Grayscale: #565656. Windows color (decimal): -16749362 or 13528064. OLE color: 13528064.

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

Color convert

RGB 0 108 206 -
CMYK 1 0.48 0 0.19
HSL 208.54º 1% 0.4% -
HSV(B) 208.54º 1% 0.81% -
XYZ 16.5 15.18 60.45 -
YUV 86.88 195.22 66.03 -
System Red Green Blue C M Y K H S L
Decimal 0 108 206 1 0.48 0 0.19 208.54 1 0.4
Hex 0 6C CE 64 30 0 13 D1 64 28
Octal 0 154 316 144 60 0 23 321 144 50
Binary 0 1101100 11001110 1100100 110000 0 10011 11010001 1100100 101000

Color Harmonies of #006CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CCE

Black with #006CCE

Text Example


Text Example

White with #006CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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