Html Css Color HEX #0F24D8 Persian Blue

📋 copy color: '#0F24D8'

red 15 ◦ green 36 ◦ blue 216

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

Shades of Persian Blue #0F24D8

Tints of Persian Blue #0F24D8

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.48%

 BLUE value IS 216 (84.77% from 255) = 80.9%

R = 5.62%
G = 13.48%
B = 80.9%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0F24D8 (or 0x0F24D8) is known color: Persian Blue. HEX triplet: 0F, 24 and D8. RGB value is (15,36,216). Sum of RGB (Red+Green+Blue) = 15+36+216=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 216 (84.77% from 255 or 80.90% from 267); Max value from RGB is 216 - color contains mainly: blue. Hex color #0F24D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F24D8 is #F0DB27. Grayscale: #313131. Windows color (decimal): -15784744 or 14165007. OLE color: 14165007.

HSL color Cylindrical-coordinate representation of color #0F24D8: hue angle of 233.73º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F24D8 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 36 216 -
CMYK 0.93 0.83 0 0.15
HSL 233.73º 0.87% 0.45% -
HSV(B) 233.73º 0.93% 0.85% -
XYZ 13.22 6.32 65.49 -
YUV 50.24 221.54 102.86 -
System Red Green Blue C M Y K H S L
Decimal 15 36 216 0.93 0.83 0 0.15 233.73 0.87 0.45
Hex F 24 D8 5D 53 0 F EA 57 2D
Octal 17 44 330 135 123 0 17 352 127 55
Binary 1111 100100 11011000 1011101 1010011 0 1111 11101010 1010111 101101

Color Harmonies of #0F24D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F24D8

Black with #0F24D8

Text Example


Text Example

White with #0F24D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,36,216); }

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

background-color css

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

 a { background-color: rgb(15,36,216); }

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

border-color css

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

 span { border-color: rgb(15,36,216); }

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