#0D3653

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

Shades of Regal Blue #0D3653

Tints of Regal Blue #0D3653

Color information

#0D3653 (or 0x0D3653) is unknown color: approx Regal Blue. HEX triplet: 0D, 36 and 53. RGB value is (13,54,83). Sum of RGB (Red+Green+Blue) = 13+54+83=150 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.67% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D3653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3653 is #F2C9AC. Grayscale: #2C2C2C. Windows color (decimal): -15911341 or 5453325. OLE color: 5453325.

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

Color convert

RGB135483-
CMYK0.840.3500.67
HSL204.86º72.92%18.82%-
HSV(B)204.86º84.34%32.55%-
XYZ3.053.358.67-
YUV45.05149.42105.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.67%
GREEN value IS 54 (21.48% from 255) = 36%
BLUE value IS 83 (32.81% from 255) = 55.33%
R=8.67%
G=36%
B=55.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1354830.840.3500.67204.8672.9218.82
HexD36535423043cd4913
Octal156612312443010331511123
Binary1101110110101001110101001000110100001111001101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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