Html Css Color HEX #0F48D1 Persian Blue

📋 copy color: '#0F48D1'

red 15 ◦ green 72 ◦ blue 209

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

Shades of Persian Blue #0F48D1

Tints of Persian Blue #0F48D1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.32%

 BLUE value IS 209 (82.03% from 255) = 70.61%

R = 5.07%
G = 24.32%
B = 70.61%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0F48D1 (or 0x0F48D1) is known color: Persian Blue. HEX triplet: 0F, 48 and D1. RGB value is (15,72,209). Sum of RGB (Red+Green+Blue) = 15+72+209=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 209 (82.03% from 255 or 70.61% from 296); Max value from RGB is 209 - color contains mainly: blue. Hex color #0F48D1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F48D1 is #F0B72E. Grayscale: #454545. Windows color (decimal): -15775535 or 13715471. OLE color: 13715471.

HSL color Cylindrical-coordinate representation of color #0F48D1: hue angle of 222.37º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F48D1 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 72 209 -
CMYK 0.93 0.66 0 0.18
HSL 222.37º 0.87% 0.44% -
HSV(B) 222.37º 0.93% 0.82% -
XYZ 14.02 9.34 61.39 -
YUV 70.58 206.12 88.36 -
System Red Green Blue C M Y K H S L
Decimal 15 72 209 0.93 0.66 0 0.18 222.37 0.87 0.44
Hex F 48 D1 5D 42 0 12 DE 57 2C
Octal 17 110 321 135 102 0 22 336 127 54
Binary 1111 1001000 11010001 1011101 1000010 0 10010 11011110 1010111 101100

Color Harmonies of #0F48D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F48D1

Black with #0F48D1

Text Example


Text Example

White with #0F48D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,72,209); }

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

background-color css

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

 a { background-color: rgb(15,72,209); }

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

border-color css

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

 span { border-color: rgb(15,72,209); }

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