Html Css Color HEX #000EE6 Blue

📋 copy color: '#000EE6'

red 0 ◦ green 14 ◦ blue 230

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

Shades of Blue #000EE6

Tints of Blue #000EE6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.74%

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

R = 0%
G = 5.74%
B = 94.26%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#000EE6 (or 0x000EE6) is known color: Blue. HEX triplet: 00, 0E and E6. RGB value is (0,14,230). Sum of RGB (Red+Green+Blue) = 0+14+230=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 230 (90.23% from 255 or 94.26% from 244); Max value from RGB is 230 - color contains mainly: blue. Hex color #000EE6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000EE6 is #FFF119. Grayscale: #212121. Windows color (decimal): -16773402 or 15076864. OLE color: 15076864.

HSL color Cylindrical-coordinate representation of color #000EE6: hue angle of 236.35º 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 #000EE6 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 0 14 230 -
CMYK 1 0.94 0 0.10
HSL 236.35º 1% 0.45% -
HSV(B) 236.35º 1% 0.9% -
XYZ 14.44 6.03 75.27 -
YUV 34.44 238.36 103.44 -
System Red Green Blue C M Y K H S L
Decimal 0 14 230 1 0.94 0 0.10 236.35 1 0.45
Hex 0 E E6 64 5E 0 A EC 64 2D
Octal 0 16 346 144 136 0 12 354 144 55
Binary 0 1110 11100110 1100100 1011110 0 1010 11101100 1100100 101101

Color Harmonies of #000EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000EE6

Black with #000EE6

Text Example


Text Example

White with #000EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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