#0D3652

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

Shades of Regal Blue #0D3652

Tints of Regal Blue #0D3652

Color information

#0D3652 (or 0x0D3652) is unknown color: approx Regal Blue. HEX triplet: 0D, 36 and 52. RGB value is (13,54,82). Sum of RGB (Red+Green+Blue) = 13+54+82=149 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.72% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #0D3652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3652 is #F2C9AD. Grayscale: #2C2C2C. Windows color (decimal): -15911342 or 5387789. OLE color: 5387789.

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

Color convert

RGB135482-
CMYK0.840.3400.68
HSL204.35º72.63%18.63%-
HSV(B)204.35º84.15%32.16%-
XYZ3.013.338.47-
YUV44.93148.92105.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.72%
GREEN value IS 54 (21.48% from 255) = 36.24%
BLUE value IS 82 (32.42% from 255) = 55.03%
R=8.72%
G=36.24%
B=55.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1354820.840.3400.68204.3572.6318.63
HexD36525422044cc4913
Octal156612212442010431411123
Binary1101110110101001010101001000100100010011001100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,54,82); }

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

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

 a { background-color: rgb(13,54,82); }

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

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

 span { border-color: rgb(13,54,82); }

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