#0F3F60

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

Shades of Regal Blue #0F3F60

Tints of Regal Blue #0F3F60

Color information

#0F3F60 (or 0x0F3F60) is unknown color: approx Regal Blue. HEX triplet: 0F, 3F and 60. RGB value is (15,63,96). Sum of RGB (Red+Green+Blue) = 15+63+96=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F3F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3F60 is #F0C09F. Grayscale: #343434. Windows color (decimal): -15777952 or 6307599. OLE color: 6307599.

HSL color Cylindrical-coordinate representation of color #0F3F60: hue angle of 204.44º 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 #0F3F60 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB156396-
CMYK0.840.3400.62
HSL204.44º72.97%21.76%-
HSV(B)204.44º84.38%37.65%-
XYZ4.094.511.72-
YUV52.41152.6101.32-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.62%
GREEN value IS 63 (25% from 255) = 36.21%
BLUE value IS 96 (37.89% from 255) = 55.17%
R=8.62%
G=36.21%
B=55.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1563960.840.3400.62204.4472.9721.76
HexF3F60542203Ecc4916
Octal17771401244207631411126
Binary111111111111000001010100100010011111011001100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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