#0F38D8

Color #0F38D8 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0F38D8

Tints of Persian Blue #0F38D8

Color information

#0F38D8 (or 0x0F38D8) is unknown color: approx Persian Blue. HEX triplet: 0F, 38 and D8. RGB value is (15,56,216). Sum of RGB (Red+Green+Blue) = 15+56+216=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 216 (84.77% from 255 or 75.26% from 287); Max value from RGB is 216 - color contains mainly: blue. Hex color #0F38D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F38D8 is #F0C727. Grayscale: #3D3D3D. Windows color (decimal): -15779624 or 14170127. OLE color: 14170127.

HSL color Cylindrical-coordinate representation of color #0F38D8: hue angle of 227.76º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F38D8 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1556216-
CMYK0.930.7400.15
HSL227.76º87.01%45.29%-
HSV(B)227.76º93.06%84.71%-
XYZ14.017.8965.75-
YUV61.98214.9294.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.23%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 216 (84.77% from 255) = 75.26%
R=5.23%
G=19.51%
B=75.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal15562160.930.7400.15227.7687.0145.29
HexF38D85D4A0Fe4572d
Octal177033013511201734412755
Binary1111111000110110001011101100101001111111001001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F38D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,56,216); }

 H1.HeaderClassName
 {
   color: #0F38D8;
 }
 .AnyTagClassName
 {
   color: #0F38D8;
 }
</style>
background-color css

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

 a { background-color: rgb(15,56,216); }

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

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

 span { border-color: rgb(15,56,216); }

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