#0F395B

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

Shades of Regal Blue #0F395B

Tints of Regal Blue #0F395B

Color information

#0F395B (or 0x0F395B) is unknown color: approx Regal Blue. HEX triplet: 0F, 39 and 5B. RGB value is (15,57,91). Sum of RGB (Red+Green+Blue) = 15+57+91=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F395B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F395B is #F0C6A4. Grayscale: #303030. Windows color (decimal): -15779493 or 5978383. OLE color: 5978383.

HSL color Cylindrical-coordinate representation of color #0F395B: hue angle of 206.84º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F395B is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB155791-
CMYK0.840.3700.64
HSL206.84º71.7%20.78%-
HSV(B)206.84º83.52%35.69%-
XYZ3.553.7810.44-
YUV48.32152.09104.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.20%
GREEN value IS 57 (22.66% from 255) = 34.97%
BLUE value IS 91 (35.94% from 255) = 55.83%
R=9.20%
G=34.97%
B=55.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1557910.840.3700.64206.8471.720.78
HexF395B5425040cf4815
Octal177113312445010031711025
Binary1111111001101101110101001001010100000011001111100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,57,91); }

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

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

 a { background-color: rgb(15,57,91); }

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

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

 span { border-color: rgb(15,57,91); }

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