Html Css Color HEX #0F19EB Blue

📋 copy color: '#0F19EB'

red 15 ◦ green 25 ◦ blue 235

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

Shades of Blue #0F19EB

Tints of Blue #0F19EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 85.45%

R = 5.45%
G = 9.09%
B = 85.45%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0F19EB (or 0x0F19EB) is known color: Blue. HEX triplet: 0F, 19 and EB. RGB value is (15,25,235). Sum of RGB (Red+Green+Blue) = 15+25+235=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 235 (92.19% from 255 or 85.45% from 275); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F19EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F19EB is #F0E614. Grayscale: #2D2D2D. Windows color (decimal): -15787541 or 15407375. OLE color: 15407375.

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

Color convert

RGB 15 25 235 -
CMYK 0.94 0.89 0 0.08
HSL 237.27º 0.88% 0.49% -
HSV(B) 237.27º 0.94% 0.92% -
XYZ 15.54 6.79 79.09 -
YUV 45.95 234.69 105.92 -
System Red Green Blue C M Y K H S L
Decimal 15 25 235 0.94 0.89 0 0.08 237.27 0.88 0.49
Hex F 19 EB 5E 59 0 8 ED 58 31
Octal 17 31 353 136 131 0 10 355 130 61
Binary 1111 11001 11101011 1011110 1011001 0 1000 11101101 1011000 110001

Color Harmonies of #0F19EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F19EB

Black with #0F19EB

Text Example


Text Example

White with #0F19EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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