#0F3E60

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

Shades of Regal Blue #0F3E60

Tints of Regal Blue #0F3E60

Color information

#0F3E60 (or 0x0F3E60) is unknown color: approx Regal Blue. HEX triplet: 0F, 3E and 60. RGB value is (15,62,96). Sum of RGB (Red+Green+Blue) = 15+62+96=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F3E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3E60 is #F0C19F. Grayscale: #333333. Windows color (decimal): -15778208 or 6307343. OLE color: 6307343.

HSL color Cylindrical-coordinate representation of color #0F3E60: hue angle of 205.19º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F3E60 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB156296-
CMYK0.840.3500.62
HSL205.19º72.97%21.76%-
HSV(B)205.19º84.38%37.65%-
XYZ4.034.3911.7-
YUV51.82152.93101.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.67%
GREEN value IS 62 (24.61% from 255) = 35.84%
BLUE value IS 96 (37.89% from 255) = 55.49%
R=8.67%
G=35.84%
B=55.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1562960.840.3500.62205.1972.9721.76
HexF3E60542303Ecd4916
Octal17761401244307631511126
Binary111111111011000001010100100011011111011001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,62,96); }

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

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

 a { background-color: rgb(15,62,96); }

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

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

 span { border-color: rgb(15,62,96); }

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