#0f3154

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

Shades of Regal Blue #0F3154

Tints of Regal Blue #0F3154

Color information

#0F3154 (or 0x0F3154) is unknown color: approx Regal Blue. HEX triplet: 0F, 31 and 54. RGB value is (15,49,84). Sum of RGB (Red+Green+Blue) = 15+49+84=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 84 (33.20% from 255 or 56.76% from 148); Max value from RGB is 84 - color contains mainly: blue. Hex color #0F3154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3154 is #F0CEAB. Grayscale: #2A2A2A. Windows color (decimal): -15781548 or 5517583. OLE color: 5517583.

HSL color Cylindrical-coordinate representation of color #0F3154: hue angle of 210.43º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F3154 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB154984-
CMYK0.820.4200.67
HSL210.43º69.7%19.41%-
HSV(B)210.43º82.14%32.94%-
XYZ2.92.948.8-
YUV42.82151.24108.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.14%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 84 (33.20% from 255) = 56.76%
R=10.14%
G=33.11%
B=56.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1549840.820.4200.67210.4369.719.41
HexF3154522A043d24613
Octal176112412252010332210623
Binary1111110001101010010100101010100100001111010010100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f3154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,49,84); }

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

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

 a { background-color: rgb(15,49,84); }

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

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

 span { border-color: rgb(15,49,84); }

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