Html Css Color HEX #0F19EC Blue

📋 copy color: '#0F19EC'

red 15 ◦ green 25 ◦ blue 236

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

Shades of Blue #0F19EC

Tints of Blue #0F19EC

RGB

 RED value IS 15 (6.25% from 255) = 5.43%

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

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

R = 5.43%
G = 9.06%
B = 85.51%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0F19EC (or 0x0F19EC) is known color: Blue. HEX triplet: 0F, 19 and EC. RGB value is (15,25,236). Sum of RGB (Red+Green+Blue) = 15+25+236=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 236 (92.58% from 255 or 85.51% from 276); Max value from RGB is 236 - color contains mainly: blue. Hex color #0F19EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F19EC is #F0E613. Grayscale: #2D2D2D. Windows color (decimal): -15787540 or 15472911. OLE color: 15472911.

HSL color Cylindrical-coordinate representation of color #0F19EC: hue angle of 237.29º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F19EC is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 15 25 236 -
CMYK 0.94 0.89 0 0.07
HSL 237.29º 0.88% 0.49% -
HSV(B) 237.29º 0.94% 0.93% -
XYZ 15.68 6.85 79.85 -
YUV 46.06 235.19 105.84 -
System Red Green Blue C M Y K H S L
Decimal 15 25 236 0.94 0.89 0 0.07 237.29 0.88 0.49
Hex F 19 EC 5E 59 0 7 ED 58 31
Octal 17 31 354 136 131 0 7 355 130 61
Binary 1111 11001 11101100 1011110 1011001 0 111 11101101 1011000 110001

Color Harmonies of #0F19EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F19EC

Black with #0F19EC

Text Example


Text Example

White with #0F19EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F19EC; }

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

 H1.HeaderClassName
 {
   color: #0F19EC;
 }
 .AnyTagClassName
 {
   color: #0F19EC;
 }
</style>

background-color css

<style>
 a { background-color: #0F19EC; }

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

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

border-color css

<style>
 span { border-color: #0F19EC; }

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

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