#0D4161

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

Shades of Regal Blue #0D4161

Tints of Regal Blue #0D4161

Color information

#0D4161 (or 0x0D4161) is unknown color: approx Regal Blue. HEX triplet: 0D, 41 and 61. RGB value is (13,65,97). Sum of RGB (Red+Green+Blue) = 13+65+97=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #0D4161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4161 is #F2BE9E. Grayscale: #343434. Windows color (decimal): -15908511 or 6373645. OLE color: 6373645.

HSL color Cylindrical-coordinate representation of color #0D4161: hue angle of 202.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D4161 is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB136597-
CMYK0.870.3300.62
HSL202.86º76.36%21.57%-
HSV(B)202.86º86.6%38.04%-
XYZ4.214.7312-
YUV53.1152.7799.4-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.43%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 97 (38.28% from 255) = 55.43%
R=7.43%
G=37.14%
B=55.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1365970.870.3300.62202.8676.3621.57
HexD4161572103Ecb4c16
Octal151011411274107631311426
Binary1101100000111000011010111100001011111011001011100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,65,97); }

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

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

 a { background-color: rgb(13,65,97); }

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

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

 span { border-color: rgb(13,65,97); }

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