Html Css Color HEX #0F31CF Persian Blue

📋 copy color: '#0F31CF'

red 15 ◦ green 49 ◦ blue 207

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

Shades of Persian Blue #0F31CF

Tints of Persian Blue #0F31CF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.08%

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

R = 5.54%
G = 18.08%
B = 76.38%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F31CF (or 0x0F31CF) is known color: Persian Blue. HEX triplet: 0F, 31 and CF. RGB value is (15,49,207). Sum of RGB (Red+Green+Blue) = 15+49+207=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F31CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F31CF is #F0CE30. Grayscale: #383838. Windows color (decimal): -15781425 or 13578511. OLE color: 13578511.

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

Color convert

RGB 15 49 207 -
CMYK 0.93 0.76 0 0.19
HSL 229.38º 0.86% 0.44% -
HSV(B) 229.38º 0.93% 0.81% -
XYZ 12.56 6.8 59.68 -
YUV 56.85 212.74 98.15 -
System Red Green Blue C M Y K H S L
Decimal 15 49 207 0.93 0.76 0 0.19 229.38 0.86 0.44
Hex F 31 CF 5D 4C 0 13 E5 56 2C
Octal 17 61 317 135 114 0 23 345 126 54
Binary 1111 110001 11001111 1011101 1001100 0 10011 11100101 1010110 101100

Color Harmonies of #0F31CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F31CF

Black with #0F31CF

Text Example


Text Example

White with #0F31CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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