#0D3453

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

Shades of Regal Blue #0D3453

Tints of Regal Blue #0D3453

Color information

#0D3453 (or 0x0D3453) is unknown color: approx Regal Blue. HEX triplet: 0D, 34 and 53. RGB value is (13,52,83). Sum of RGB (Red+Green+Blue) = 13+52+83=148 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.78% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D3453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3453 is #F2CBAC. Grayscale: #2B2B2B. Windows color (decimal): -15911853 or 5452813. OLE color: 5452813.

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

Color convert

RGB135283-
CMYK0.840.3700.67
HSL206.57º72.92%18.82%-
HSV(B)206.57º84.34%32.55%-
XYZ2.963.178.64-
YUV43.87150.08105.98-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.78%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 83 (32.81% from 255) = 56.08%
R=8.78%
G=35.14%
B=56.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1352830.840.3700.67206.5772.9218.82
HexD34535425043cf4913
Octal156412312445010331711123
Binary1101110100101001110101001001010100001111001111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,52,83); }

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

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

 a { background-color: rgb(13,52,83); }

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

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

 span { border-color: rgb(13,52,83); }

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