Html Css Color HEX #0119ED Blue

📋 copy color: '#0119ED'

red 1 ◦ green 25 ◦ blue 237

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

Shades of Blue #0119ED

Tints of Blue #0119ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 90.11%

R = 0.38%
G = 9.51%
B = 90.11%

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

#0119ED (or 0x0119ED) is known color: Blue. HEX triplet: 01, 19 and ED. RGB value is (1,25,237). Sum of RGB (Red+Green+Blue) = 1+25+237=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 237 (92.97% from 255 or 90.11% from 263); Max value from RGB is 237 - color contains mainly: blue. Hex color #0119ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0119ED is #FEE612. Grayscale: #292929. Windows color (decimal): -16705043 or 15538433. OLE color: 15538433.

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

Color convert

RGB 1 25 237 -
CMYK 1.00 0.89 0 0.07
HSL 233.9º 0.99% 0.47% -
HSV(B) 233.9º 1% 0.93% -
XYZ 15.65 6.82 80.61 -
YUV 41.99 238.05 98.76 -
System Red Green Blue C M Y K H S L
Decimal 1 25 237 1.00 0.89 0 0.07 233.9 0.99 0.47
Hex 1 19 ED 64 59 0 7 EA 63 2F
Octal 1 31 355 144 131 0 7 352 143 57
Binary 1 11001 11101101 1100100 1011001 0 111 11101010 1100011 101111

Color Harmonies of #0119ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0119ED

Black with #0119ED

Text Example


Text Example

White with #0119ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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