#0D3952

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

Shades of Regal Blue #0D3952

Tints of Regal Blue #0D3952

Color information

#0D3952 (or 0x0D3952) is unknown color: approx Regal Blue. HEX triplet: 0D, 39 and 52. RGB value is (13,57,82). Sum of RGB (Red+Green+Blue) = 13+57+82=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #0D3952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3952 is #F2C6AD. Grayscale: #2E2E2E. Windows color (decimal): -15910574 or 5388557. OLE color: 5388557.

HSL color Cylindrical-coordinate representation of color #0D3952: hue angle of 201.74º 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 #0D3952 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB135782-
CMYK0.840.3000.68
HSL201.74º72.63%18.63%-
HSV(B)201.74º84.15%32.16%-
XYZ3.153.628.52-
YUV46.69147.92103.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.55%
GREEN value IS 57 (22.66% from 255) = 37.5%
BLUE value IS 82 (32.42% from 255) = 53.95%
R=8.55%
G=37.5%
B=53.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1357820.840.3000.68201.7472.6318.63
HexD3952541E044ca4913
Octal157112212436010431211123
Binary110111100110100101010100111100100010011001010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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