Html Css Color HEX #0119EC Blue

📋 copy color: '#0119EC'

red 1 ◦ green 25 ◦ blue 236

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

Shades of Blue #0119EC

Tints of Blue #0119EC

RGB

 RED value IS 1 (0.78% from 255) = 0.38%

 GREEN value IS 25 (10.16% from 255) = 9.54%

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

R = 0.38%
G = 9.54%
B = 90.08%

CMYK

 C value IS 1.00

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0119EC (or 0x0119EC) is known color: Blue. HEX triplet: 01, 19 and EC. RGB value is (1,25,236). Sum of RGB (Red+Green+Blue) = 1+25+236=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 236 (92.58% from 255 or 90.08% from 262); Max value from RGB is 236 - color contains mainly: blue. Hex color #0119EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0119EC is #FEE613. Grayscale: #292929. Windows color (decimal): -16705044 or 15472897. OLE color: 15472897.

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

Color convert

RGB 1 25 236 -
CMYK 1.00 0.89 0 0.07
HSL 233.87º 0.99% 0.46% -
HSV(B) 233.87º 1% 0.93% -
XYZ 15.5 6.76 79.84 -
YUV 41.88 237.55 98.84 -
System Red Green Blue C M Y K H S L
Decimal 1 25 236 1.00 0.89 0 0.07 233.87 0.99 0.46
Hex 1 19 EC 64 59 0 7 EA 63 2E
Octal 1 31 354 144 131 0 7 352 143 56
Binary 1 11001 11101100 1100100 1011001 0 111 11101010 1100011 101110

Color Harmonies of #0119EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0119EC

Black with #0119EC

Text Example


Text Example

White with #0119EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0119EC; }

 p { color: rgb(1,25,236); }

 H1.HeaderClassName
 {
   color: #0119EC;
 }
 .AnyTagClassName
 {
   color: #0119EC;
 }
</style>

background-color css

<style>
 a { background-color: #0119EC; }

 a { background-color: rgb(1,25,236); }

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

border-color css

<style>
 span { border-color: #0119EC; }

 span { border-color: rgb(1,25,236); }

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