Html Css Color HEX #0F25CF Persian Blue

📋 copy color: '#0F25CF'

red 15 ◦ green 37 ◦ blue 207

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

Shades of Persian Blue #0F25CF

Tints of Persian Blue #0F25CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 79.92%

R = 5.79%
G = 14.29%
B = 79.92%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F25CF (or 0x0F25CF) is known color: Persian Blue. HEX triplet: 0F, 25 and CF. RGB value is (15,37,207). Sum of RGB (Red+Green+Blue) = 15+37+207=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 207 (81.25% from 255 or 79.92% from 259); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F25CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F25CF is #F0DA30. Grayscale: #313131. Windows color (decimal): -15784497 or 13575439. OLE color: 13575439.

HSL color Cylindrical-coordinate representation of color #0F25CF: hue angle of 233.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F25CF is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 37 207 -
CMYK 0.93 0.82 0 0.19
HSL 233.13º 0.86% 0.44% -
HSV(B) 233.13º 0.93% 0.81% -
XYZ 12.12 5.93 59.54 -
YUV 49.8 216.71 103.18 -
System Red Green Blue C M Y K H S L
Decimal 15 37 207 0.93 0.82 0 0.19 233.13 0.86 0.44
Hex F 25 CF 5D 52 0 13 E9 56 2C
Octal 17 45 317 135 122 0 23 351 126 54
Binary 1111 100101 11001111 1011101 1010010 0 10011 11101001 1010110 101100

Color Harmonies of #0F25CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F25CF

Black with #0F25CF

Text Example


Text Example

White with #0F25CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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