#0F3C60

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

Shades of Regal Blue #0F3C60

Tints of Regal Blue #0F3C60

Color information

#0F3C60 (or 0x0F3C60) is unknown color: approx Regal Blue. HEX triplet: 0F, 3C and 60. RGB value is (15,60,96). Sum of RGB (Red+Green+Blue) = 15+60+96=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F3C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3C60 is #F0C39F. Grayscale: #323232. Windows color (decimal): -15778720 or 6306831. OLE color: 6306831.

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

Color convert

RGB156096-
CMYK0.840.3800.62
HSL206.67º72.97%21.76%-
HSV(B)206.67º84.38%37.65%-
XYZ3.924.1811.67-
YUV50.65153.59102.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.77%
GREEN value IS 60 (23.83% from 255) = 35.09%
BLUE value IS 96 (37.89% from 255) = 56.14%
R=8.77%
G=35.09%
B=56.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1560960.840.3800.62206.6772.9721.76
HexF3C60542603Ecf4916
Octal17741401244607631711126
Binary111111110011000001010100100110011111011001111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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