Html Css Color HEX #0F49BE Persian Blue

📋 copy color: '#0F49BE'

red 15 ◦ green 73 ◦ blue 190

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

Shades of Persian Blue #0F49BE

Tints of Persian Blue #0F49BE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

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

R = 5.4%
G = 26.26%
B = 68.35%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F49BE (or 0x0F49BE) is known color: Persian Blue. HEX triplet: 0F, 49 and BE. RGB value is (15,73,190). Sum of RGB (Red+Green+Blue) = 15+73+190=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #0F49BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F49BE is #F0B641. Grayscale: #444444. Windows color (decimal): -15775298 or 12470543. OLE color: 12470543.

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

Color convert

RGB 15 73 190 -
CMYK 0.92 0.62 0 0.25
HSL 220.11º 0.85% 0.4% -
HSV(B) 220.11º 0.92% 0.75% -
XYZ 11.87 8.58 49.75 -
YUV 69 196.28 89.49 -
System Red Green Blue C M Y K H S L
Decimal 15 73 190 0.92 0.62 0 0.25 220.11 0.85 0.4
Hex F 49 BE 5C 3E 0 19 DC 55 28
Octal 17 111 276 134 76 0 31 334 125 50
Binary 1111 1001001 10111110 1011100 111110 0 11001 11011100 1010101 101000

Color Harmonies of #0F49BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F49BE

Black with #0F49BE

Text Example


Text Example

White with #0F49BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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