#0D3955

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

Shades of Regal Blue #0D3955

Tints of Regal Blue #0D3955

Color information

#0D3955 (or 0x0D3955) is unknown color: approx Regal Blue. HEX triplet: 0D, 39 and 55. RGB value is (13,57,85). Sum of RGB (Red+Green+Blue) = 13+57+85=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #0D3955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3955 is #F2C6AA. Grayscale: #2E2E2E. Windows color (decimal): -15910571 or 5585165. OLE color: 5585165.

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

Color convert

RGB135785-
CMYK0.850.3300.67
HSL203.33º73.47%19.22%-
HSV(B)203.33º84.71%33.33%-
XYZ3.273.679.13-
YUV47.04149.42103.72-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.39%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 85 (33.59% from 255) = 54.84%
R=8.39%
G=36.77%
B=54.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1357850.850.3300.67203.3373.4719.22
HexD39555521043cb4913
Octal157112512541010331311123
Binary1101111001101010110101011000010100001111001011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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