Html Css Color HEX #0F47BE Persian Blue

📋 copy color: '#0F47BE'

red 15 ◦ green 71 ◦ blue 190

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

Shades of Persian Blue #0F47BE

Tints of Persian Blue #0F47BE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.72%

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

R = 5.43%
G = 25.72%
B = 68.84%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F47BE (or 0x0F47BE) is known color: Persian Blue. HEX triplet: 0F, 47 and BE. RGB value is (15,71,190). Sum of RGB (Red+Green+Blue) = 15+71+190=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #0F47BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F47BE is #F0B841. Grayscale: #434343. Windows color (decimal): -15775810 or 12470031. OLE color: 12470031.

HSL color Cylindrical-coordinate representation of color #0F47BE: hue angle of 220.8º 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 #0F47BE is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 71 190 -
CMYK 0.92 0.63 0 0.25
HSL 220.8º 0.85% 0.4% -
HSV(B) 220.8º 0.92% 0.75% -
XYZ 11.74 8.33 49.7 -
YUV 67.82 196.95 90.32 -
System Red Green Blue C M Y K H S L
Decimal 15 71 190 0.92 0.63 0 0.25 220.8 0.85 0.4
Hex F 47 BE 5C 3F 0 19 DD 55 28
Octal 17 107 276 134 77 0 31 335 125 50
Binary 1111 1000111 10111110 1011100 111111 0 11001 11011101 1010101 101000

Color Harmonies of #0F47BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F47BE

Black with #0F47BE

Text Example


Text Example

White with #0F47BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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