Html Css Color HEX #006CEC Navy Blue

📋 copy color: '#006CEC'

red 0 ◦ green 108 ◦ blue 236

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

Shades of Navy Blue #006CEC

Tints of Navy Blue #006CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 68.6%

R = 0%
G = 31.4%
B = 68.6%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#006CEC (or 0x006CEC) is known color: Navy Blue. HEX triplet: 00, 6C and EC. RGB value is (0,108,236). Sum of RGB (Red+Green+Blue) = 0+108+236=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 236 (92.58% from 255 or 68.60% from 344); Max value from RGB is 236 - color contains mainly: blue. Hex color #006CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006CEC is #FF9313. Grayscale: #595959. Windows color (decimal): -16749332 or 15494144. OLE color: 15494144.

HSL color Cylindrical-coordinate representation of color #006CEC: hue angle of 212.54º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CEC is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 108 236 -
CMYK 1 0.54 0 0.07
HSL 212.54º 1% 0.46% -
HSV(B) 212.54º 1% 0.93% -
XYZ 20.5 16.78 81.52 -
YUV 90.3 210.22 63.59 -
System Red Green Blue C M Y K H S L
Decimal 0 108 236 1 0.54 0 0.07 212.54 1 0.46
Hex 0 6C EC 64 36 0 7 D5 64 2E
Octal 0 154 354 144 66 0 7 325 144 56
Binary 0 1101100 11101100 1100100 110110 0 111 11010101 1100100 101110

Color Harmonies of #006CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CEC

Black with #006CEC

Text Example


Text Example

White with #006CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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