Html Css Color HEX #0F31DC Persian Blue

📋 copy color: '#0F31DC'

red 15 ◦ green 49 ◦ blue 220

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

Shades of Persian Blue #0F31DC

Tints of Persian Blue #0F31DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 77.46%

R = 5.28%
G = 17.25%
B = 77.46%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F31DC (or 0x0F31DC) is known color: Persian Blue. HEX triplet: 0F, 31 and DC. RGB value is (15,49,220). Sum of RGB (Red+Green+Blue) = 15+49+220=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 220 (86.33% from 255 or 77.46% from 284); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F31DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F31DC is #F0CE23. Grayscale: #393939. Windows color (decimal): -15781412 or 14430479. OLE color: 14430479.

HSL color Cylindrical-coordinate representation of color #0F31DC: hue angle of 230.05º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F31DC is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 49 220 -
CMYK 0.93 0.78 0 0.14
HSL 230.05º 0.87% 0.46% -
HSV(B) 230.05º 0.93% 0.86% -
XYZ 14.21 7.47 68.4 -
YUV 58.33 219.24 97.1 -
System Red Green Blue C M Y K H S L
Decimal 15 49 220 0.93 0.78 0 0.14 230.05 0.87 0.46
Hex F 31 DC 5D 4E 0 E E6 57 2E
Octal 17 61 334 135 116 0 16 346 127 56
Binary 1111 110001 11011100 1011101 1001110 0 1110 11100110 1010111 101110

Color Harmonies of #0F31DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F31DC

Black with #0F31DC

Text Example


Text Example

White with #0F31DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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