Html Css Color HEX #001EEC Blue

📋 copy color: '#001EEC'

red 0 ◦ green 30 ◦ blue 236

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

Shades of Blue #001EEC

Tints of Blue #001EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.28%

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

R = 0%
G = 11.28%
B = 88.72%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#001EEC (or 0x001EEC) is known color: Blue. HEX triplet: 00, 1E and EC. RGB value is (0,30,236). Sum of RGB (Red+Green+Blue) = 0+30+236=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 236 (92.58% from 255 or 88.72% from 266); Max value from RGB is 236 - color contains mainly: blue. Hex color #001EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001EEC is #FFE113. Grayscale: #2B2B2B. Windows color (decimal): -16769300 or 15474176. OLE color: 15474176.

HSL color Cylindrical-coordinate representation of color #001EEC: hue angle of 232.37º 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 #001EEC is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 30 236 -
CMYK 1 0.87 0 0.07
HSL 232.37º 1% 0.46% -
HSV(B) 232.37º 1% 0.93% -
XYZ 15.6 6.98 79.88 -
YUV 44.51 236.06 96.25 -
System Red Green Blue C M Y K H S L
Decimal 0 30 236 1 0.87 0 0.07 232.37 1 0.46
Hex 0 1E EC 64 57 0 7 E8 64 2E
Octal 0 36 354 144 127 0 7 350 144 56
Binary 0 11110 11101100 1100100 1010111 0 111 11101000 1100100 101110

Color Harmonies of #001EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001EEC

Black with #001EEC

Text Example


Text Example

White with #001EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001EEC; }

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

 H1.HeaderClassName
 {
   color: #001EEC;
 }
 .AnyTagClassName
 {
   color: #001EEC;
 }
</style>

background-color css

<style>
 a { background-color: #001EEC; }

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

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

border-color css

<style>
 span { border-color: #001EEC; }

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

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