Html Css Color HEX #006EE6 Navy Blue

📋 copy color: '#006EE6'

red 0 ◦ green 110 ◦ blue 230

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

Shades of Navy Blue #006EE6

Tints of Navy Blue #006EE6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.35%

 BLUE value IS 230 (90.23% from 255) = 67.65%

R = 0%
G = 32.35%
B = 67.65%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#006EE6 (or 0x006EE6) is known color: Navy Blue. HEX triplet: 00, 6E and E6. RGB value is (0,110,230). Sum of RGB (Red+Green+Blue) = 0+110+230=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 230 (90.23% from 255 or 67.65% from 340); Max value from RGB is 230 - color contains mainly: blue. Hex color #006EE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006EE6 is #FF9119. Grayscale: #5A5A5A. Windows color (decimal): -16748826 or 15101440. OLE color: 15101440.

HSL color Cylindrical-coordinate representation of color #006EE6: hue angle of 211.3º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EE6 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 0 110 230 -
CMYK 1 0.52 0 0.10
HSL 211.3º 1% 0.45% -
HSV(B) 211.3º 1% 0.9% -
XYZ 19.86 16.87 77.07 -
YUV 90.79 206.56 63.24 -
System Red Green Blue C M Y K H S L
Decimal 0 110 230 1 0.52 0 0.10 211.3 1 0.45
Hex 0 6E E6 64 34 0 A D3 64 2D
Octal 0 156 346 144 64 0 12 323 144 55
Binary 0 1101110 11100110 1100100 110100 0 1010 11010011 1100100 101101

Color Harmonies of #006EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006EE6

Black with #006EE6

Text Example


Text Example

White with #006EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,110,230); }

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

background-color css

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

 a { background-color: rgb(0,110,230); }

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

border-color css

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

 span { border-color: rgb(0,110,230); }

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