Html Css Color HEX #006CEF Navy Blue

📋 copy color: '#006CEF'

red 0 ◦ green 108 ◦ blue 239

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

Shades of Navy Blue #006CEF

Tints of Navy Blue #006CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.88%

R = 0%
G = 31.12%
B = 68.88%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#006CEF (or 0x006CEF) is known color: Navy Blue. HEX triplet: 00, 6C and EF. RGB value is (0,108,239). Sum of RGB (Red+Green+Blue) = 0+108+239=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #006CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006CEF is #FF9310. Grayscale: #5A5A5A. Windows color (decimal): -16749329 or 15690752. OLE color: 15690752.

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

Color convert

RGB 0 108 239 -
CMYK 1 0.55 0 0.06
HSL 212.89º 1% 0.47% -
HSV(B) 212.89º 1% 0.94% -
XYZ 20.94 16.96 83.83 -
YUV 90.64 211.72 63.35 -
System Red Green Blue C M Y K H S L
Decimal 0 108 239 1 0.55 0 0.06 212.89 1 0.47
Hex 0 6C EF 64 37 0 6 D5 64 2F
Octal 0 154 357 144 67 0 6 325 144 57
Binary 0 1101100 11101111 1100100 110111 0 110 11010101 1100100 101111

Color Harmonies of #006CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CEF

Black with #006CEF

Text Example


Text Example

White with #006CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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