Html Css Color HEX #0F20BE Persian Blue

📋 copy color: '#0F20BE'

red 15 ◦ green 32 ◦ blue 190

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

Shades of Persian Blue #0F20BE

Tints of Persian Blue #0F20BE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.5%

 BLUE value IS 190 (74.61% from 255) = 80.17%

R = 6.33%
G = 13.5%
B = 80.17%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F20BE (or 0x0F20BE) is known color: Persian Blue. HEX triplet: 0F, 20 and BE. RGB value is (15,32,190). Sum of RGB (Red+Green+Blue) = 15+32+190=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #0F20BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F20BE is #F0DF41. Grayscale: #2C2C2C. Windows color (decimal): -15785794 or 12460047. OLE color: 12460047.

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

Color convert

RGB 15 32 190 -
CMYK 0.92 0.83 0 0.25
HSL 234.17º 0.85% 0.4% -
HSV(B) 234.17º 0.92% 0.75% -
XYZ 10.01 4.85 49.12 -
YUV 44.93 209.87 106.65 -
System Red Green Blue C M Y K H S L
Decimal 15 32 190 0.92 0.83 0 0.25 234.17 0.85 0.4
Hex F 20 BE 5C 53 0 19 EA 55 28
Octal 17 40 276 134 123 0 31 352 125 50
Binary 1111 100000 10111110 1011100 1010011 0 11001 11101010 1010101 101000

Color Harmonies of #0F20BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F20BE

Black with #0F20BE

Text Example


Text Example

White with #0F20BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,32,190); }

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

background-color css

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

 a { background-color: rgb(15,32,190); }

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

border-color css

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

 span { border-color: rgb(15,32,190); }

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