#0D3551

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

Shades of Regal Blue #0D3551

Tints of Regal Blue #0D3551

Color information

#0D3551 (or 0x0D3551) is unknown color: approx Regal Blue. HEX triplet: 0D, 35 and 51. RGB value is (13,53,81). Sum of RGB (Red+Green+Blue) = 13+53+81=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D3551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3551 is #F2CAAE. Grayscale: #2C2C2C. Windows color (decimal): -15911599 or 5321997. OLE color: 5321997.

HSL color Cylindrical-coordinate representation of color #0D3551: hue angle of 204.71º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D3551 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB135381-
CMYK0.840.3500.68
HSL204.71º72.34%18.43%-
HSV(B)204.71º83.95%31.76%-
XYZ2.923.238.25-
YUV44.23148.75105.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.84%
GREEN value IS 53 (21.09% from 255) = 36.05%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=8.84%
G=36.05%
B=55.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1353810.840.3500.68204.7172.3418.43
HexD35515423044cd4812
Octal156512112443010431511022
Binary1101110101101000110101001000110100010011001101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,53,81); }

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

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

 a { background-color: rgb(13,53,81); }

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

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

 span { border-color: rgb(13,53,81); }

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