#13387A

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

Shades of Dark Cerulean #13387A

Tints of Dark Cerulean #13387A

Color information

#13387A (or 0x13387A) is unknown color: approx Dark Cerulean. HEX triplet: 13, 38 and 7A. RGB value is (19,56,122). Sum of RGB (Red+Green+Blue) = 19+56+122=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 122 (48.05% from 255 or 61.93% from 197); Max value from RGB is 122 - color contains mainly: blue. Hex color #13387A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13387A is #ECC785. Grayscale: #343434. Windows color (decimal): -15517574 or 8009747. OLE color: 8009747.

HSL color Cylindrical-coordinate representation of color #13387A: hue angle of 218.45º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13387A is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1956122-
CMYK0.840.5400.52
HSL218.45º73.05%27.65%-
HSV(B)218.45º84.43%47.84%-
XYZ5.24.3718.98-
YUV52.46167.24104.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 56 (22.27% from 255) = 28.43%
BLUE value IS 122 (48.05% from 255) = 61.93%
R=9.64%
G=28.43%
B=61.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19561220.840.5400.52218.4573.0527.65
Hex13387A5436034da491c
Octal23701721246606433211134
Binary1001111100011110101010100110110011010011011010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13387A; }

 p { color: rgb(19,56,122); }

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

<style>
 a { background-color: #13387A; }

 a { background-color: rgb(19,56,122); }

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

<style>
 span { border-color: #13387A; }

 span { border-color: rgb(19,56,122); }

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