#0D3751

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

Shades of Regal Blue #0D3751

Tints of Regal Blue #0D3751

Color information

#0D3751 (or 0x0D3751) is unknown color: approx Regal Blue. HEX triplet: 0D, 37 and 51. RGB value is (13,55,81). Sum of RGB (Red+Green+Blue) = 13+55+81=149 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.72% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D3751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3751 is #F2C8AE. Grayscale: #2D2D2D. Windows color (decimal): -15911087 or 5322509. OLE color: 5322509.

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

Color convert

RGB135581-
CMYK0.840.3200.68
HSL202.94º72.34%18.43%-
HSV(B)202.94º83.95%31.76%-
XYZ3.023.418.28-
YUV45.41148.09104.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.72%
GREEN value IS 55 (21.88% from 255) = 36.91%
BLUE value IS 81 (32.03% from 255) = 54.36%
R=8.72%
G=36.91%
B=54.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1355810.840.3200.68202.9472.3418.43
HexD37515420044cb4812
Octal156712112440010431311022
Binary1101110111101000110101001000000100010011001011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,55,81); }

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

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

 a { background-color: rgb(13,55,81); }

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

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

 span { border-color: rgb(13,55,81); }

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