#0F3355

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

Shades of Regal Blue #0F3355

Tints of Regal Blue #0F3355

Color information

#0F3355 (or 0x0F3355) is unknown color: approx Regal Blue. HEX triplet: 0F, 33 and 55. RGB value is (15,51,85). Sum of RGB (Red+Green+Blue) = 15+51+85=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F3355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3355 is #F0CCAA. Grayscale: #2B2B2B. Windows color (decimal): -15781035 or 5583631. OLE color: 5583631.

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

Color convert

RGB155185-
CMYK0.820.4000.67
HSL209.14º70%19.61%-
HSV(B)209.14º82.35%33.33%-
XYZ3.023.139.04-
YUV44.11151.07107.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.93%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 85 (33.59% from 255) = 56.29%
R=9.93%
G=33.77%
B=56.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1551850.820.4000.67209.147019.61
HexF33555228043d14614
Octal176312512250010332110624
Binary1111110011101010110100101010000100001111010001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,51,85); }

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

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

 a { background-color: rgb(15,51,85); }

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

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

 span { border-color: rgb(15,51,85); }

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