#0F38B8

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

Shades of Persian Blue #0F38B8

Tints of Persian Blue #0F38B8

Color information

#0F38B8 (or 0x0F38B8) is unknown color: approx Persian Blue. HEX triplet: 0F, 38 and B8. RGB value is (15,56,184). Sum of RGB (Red+Green+Blue) = 15+56+184=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 184 (72.27% from 255 or 72.16% from 255); Max value from RGB is 184 - color contains mainly: blue. Hex color #0F38B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F38B8 is #F0C747. Grayscale: #393939. Windows color (decimal): -15779656 or 12072975. OLE color: 12072975.

HSL color Cylindrical-coordinate representation of color #0F38B8: hue angle of 225.44º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F38B8 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1556184-
CMYK0.920.7000.28
HSL225.44º84.92%39.02%-
HSV(B)225.44º91.85%72.16%-
XYZ10.266.3946.04-
YUV58.33198.9297.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.88%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 184 (72.27% from 255) = 72.16%
R=5.88%
G=21.96%
B=72.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15561840.920.7000.28225.4484.9239.02
HexF38B85C4601Ce15527
Octal177027013410603434112547
Binary11111110001011100010111001000110011100111000011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F38B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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