#13458B

Color #13458B Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #13458B

Tints of Dark Cerulean #13458B

Color information

#13458B (or 0x13458B) is unknown color: approx Dark Cerulean. HEX triplet: 13, 45 and 8B. RGB value is (19,69,139). Sum of RGB (Red+Green+Blue) = 19+69+139=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #13458B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13458B is #ECBA74. Grayscale: #3D3D3D. Windows color (decimal): -15514229 or 9127187. OLE color: 9127187.

HSL color Cylindrical-coordinate representation of color #13458B: hue angle of 215º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13458B is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1969139-
CMYK0.860.5000.45
HSL215º75.95%30.98%-
HSV(B)215º86.33%54.51%-
XYZ7.066.2625.26-
YUV62.03171.4497.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 139 (54.69% from 255) = 61.23%
R=8.37%
G=30.40%
B=61.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19691390.860.5000.4521575.9530.98
Hex13458B563202Dd74c1f
Octal231052131266205532711437
Binary100111000101100010111010110110010010110111010111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13458B; }

 p { color: rgb(19,69,139); }

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

<style>
 a { background-color: #13458B; }

 a { background-color: rgb(19,69,139); }

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

<style>
 span { border-color: #13458B; }

 span { border-color: rgb(19,69,139); }

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