Html Css Color HEX #0119EF Blue

📋 copy color: '#0119EF'

red 1 ◦ green 25 ◦ blue 239

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

Shades of Blue #0119EF

Tints of Blue #0119EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 90.19%

R = 0.38%
G = 9.43%
B = 90.19%

CMYK

 C value IS 1.00

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0119EF (or 0x0119EF) is known color: Blue. HEX triplet: 01, 19 and EF. RGB value is (1,25,239). Sum of RGB (Red+Green+Blue) = 1+25+239=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 239 (93.75% from 255 or 90.19% from 265); Max value from RGB is 239 - color contains mainly: blue. Hex color #0119EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0119EF is #FEE610. Grayscale: #292929. Windows color (decimal): -16705041 or 15669505. OLE color: 15669505.

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

Color convert

RGB 1 25 239 -
CMYK 1.00 0.90 0 0.06
HSL 233.95º 0.99% 0.47% -
HSV(B) 233.95º 1% 0.94% -
XYZ 15.94 6.93 82.16 -
YUV 42.22 239.05 98.6 -
System Red Green Blue C M Y K H S L
Decimal 1 25 239 1.00 0.90 0 0.06 233.95 0.99 0.47
Hex 1 19 EF 64 5A 0 6 EA 63 2F
Octal 1 31 357 144 132 0 6 352 143 57
Binary 1 11001 11101111 1100100 1011010 0 110 11101010 1100011 101111

Color Harmonies of #0119EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0119EF

Black with #0119EF

Text Example


Text Example

White with #0119EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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