#0D3252

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

Shades of Regal Blue #0D3252

Tints of Regal Blue #0D3252

Color information

#0D3252 (or 0x0D3252) is unknown color: approx Regal Blue. HEX triplet: 0D, 32 and 52. RGB value is (13,50,82). Sum of RGB (Red+Green+Blue) = 13+50+82=145 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.97% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #0D3252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3252 is #F2CDAD. Grayscale: #2A2A2A. Windows color (decimal): -15912366 or 5386765. OLE color: 5386765.

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

Color convert

RGB135082-
CMYK0.840.3900.68
HSL207.83º72.63%18.63%-
HSV(B)207.83º84.15%32.16%-
XYZ2.832.988.41-
YUV42.58150.24106.9-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.97%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 82 (32.42% from 255) = 56.55%
R=8.97%
G=34.48%
B=56.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1350820.840.3900.68207.8372.6318.63
HexD32525427044d04913
Octal156212212447010432011123
Binary1101110010101001010101001001110100010011010000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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