#0F3659

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

Shades of Regal Blue #0F3659

Tints of Regal Blue #0F3659

Color information

#0F3659 (or 0x0F3659) is unknown color: approx Regal Blue. HEX triplet: 0F, 36 and 59. RGB value is (15,54,89). Sum of RGB (Red+Green+Blue) = 15+54+89=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F3659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3659 is #F0C9A6. Grayscale: #2E2E2E. Windows color (decimal): -15780263 or 5846543. OLE color: 5846543.

HSL color Cylindrical-coordinate representation of color #0F3659: hue angle of 208.38º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F3659 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB155489-
CMYK0.830.3900.65
HSL208.38º71.15%20.39%-
HSV(B)208.38º83.15%34.9%-
XYZ3.323.469.94-
YUV46.33152.08105.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.49%
GREEN value IS 54 (21.48% from 255) = 34.18%
BLUE value IS 89 (35.16% from 255) = 56.33%
R=9.49%
G=34.18%
B=56.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1554890.830.3900.65208.3871.1520.39
HexF36595327041d04714
Octal176613112347010132010724
Binary1111110110101100110100111001110100000111010000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,54,89); }

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

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

 a { background-color: rgb(15,54,89); }

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

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

 span { border-color: rgb(15,54,89); }

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