Html Css Color HEX #0019EF Blue

📋 copy color: '#0019EF'

red 0 ◦ green 25 ◦ blue 239

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

Shades of Blue #0019EF

Tints of Blue #0019EF

RGB

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

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

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

R = 0%
G = 9.47%
B = 90.53%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0019EF (or 0x0019EF) is known color: Blue. HEX triplet: 00, 19 and EF. RGB value is (0,25,239). Sum of RGB (Red+Green+Blue) = 0+25+239=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 239 (93.75% from 255 or 90.53% from 264); Max value from RGB is 239 - color contains mainly: blue. Hex color #0019EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0019EF is #FFE610. Grayscale: #292929. Windows color (decimal): -16770577 or 15669504. OLE color: 15669504.

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

Color convert

RGB 0 25 239 -
CMYK 1 0.90 0 0.06
HSL 233.72º 1% 0.47% -
HSV(B) 233.72º 1% 0.94% -
XYZ 15.93 6.93 82.16 -
YUV 41.92 239.22 98.1 -
System Red Green Blue C M Y K H S L
Decimal 0 25 239 1 0.90 0 0.06 233.72 1 0.47
Hex 0 19 EF 64 5A 0 6 EA 64 2F
Octal 0 31 357 144 132 0 6 352 144 57
Binary 0 11001 11101111 1100100 1011010 0 110 11101010 1100100 101111

Color Harmonies of #0019EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0019EF

Black with #0019EF

Text Example


Text Example

White with #0019EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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