Html Css Color HEX #0F25D8 Persian Blue

📋 copy color: '#0F25D8'

red 15 ◦ green 37 ◦ blue 216

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

Shades of Persian Blue #0F25D8

Tints of Persian Blue #0F25D8

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.81%

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

R = 5.6%
G = 13.81%
B = 80.6%

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

#0F25D8 (or 0x0F25D8) is known color: Persian Blue. HEX triplet: 0F, 25 and D8. RGB value is (15,37,216). Sum of RGB (Red+Green+Blue) = 15+37+216=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 216 (84.77% from 255 or 80.60% from 268); Max value from RGB is 216 - color contains mainly: blue. Hex color #0F25D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F25D8 is #F0DA27. Grayscale: #323232. Windows color (decimal): -15784488 or 14165263. OLE color: 14165263.

HSL color Cylindrical-coordinate representation of color #0F25D8: hue angle of 233.43º 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 #0F25D8 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 37 216 -
CMYK 0.93 0.83 0 0.15
HSL 233.43º 0.87% 0.45% -
HSV(B) 233.43º 0.93% 0.85% -
XYZ 13.25 6.38 65.5 -
YUV 50.83 221.21 102.45 -
System Red Green Blue C M Y K H S L
Decimal 15 37 216 0.93 0.83 0 0.15 233.43 0.87 0.45
Hex F 25 D8 5D 53 0 F E9 57 2D
Octal 17 45 330 135 123 0 17 351 127 55
Binary 1111 100101 11011000 1011101 1010011 0 1111 11101001 1010111 101101

Color Harmonies of #0F25D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F25D8

Black with #0F25D8

Text Example


Text Example

White with #0F25D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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