Html Css Color HEX #0F24C0 Persian Blue

📋 copy color: '#0F24C0'

red 15 ◦ green 36 ◦ blue 192

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

Shades of Persian Blue #0F24C0

Tints of Persian Blue #0F24C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 79.01%

R = 6.17%
G = 14.81%
B = 79.01%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F24C0 (or 0x0F24C0) is known color: Persian Blue. HEX triplet: 0F, 24 and C0. RGB value is (15,36,192). Sum of RGB (Red+Green+Blue) = 15+36+192=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 192 (75.39% from 255 or 79.01% from 243); Max value from RGB is 192 - color contains mainly: blue. Hex color #0F24C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F24C0 is #F0DB3F. Grayscale: #2E2E2E. Windows color (decimal): -15784768 or 12592143. OLE color: 12592143.

HSL color Cylindrical-coordinate representation of color #0F24C0: hue angle of 232.88º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F24C0 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 36 192 -
CMYK 0.92 0.81 0 0.25
HSL 232.88º 0.86% 0.41% -
HSV(B) 232.88º 0.92% 0.75% -
XYZ 10.34 5.17 50.32 -
YUV 47.51 209.54 104.82 -
System Red Green Blue C M Y K H S L
Decimal 15 36 192 0.92 0.81 0 0.25 232.88 0.86 0.41
Hex F 24 C0 5C 51 0 19 E9 56 29
Octal 17 44 300 134 121 0 31 351 126 51
Binary 1111 100100 11000000 1011100 1010001 0 11001 11101001 1010110 101001

Color Harmonies of #0F24C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F24C0

Black with #0F24C0

Text Example


Text Example

White with #0F24C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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