#13428A

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

Shades of Dark Cerulean #13428A

Tints of Dark Cerulean #13428A

Color information

#13428A (or 0x13428A) is unknown color: approx Dark Cerulean. HEX triplet: 13, 42 and 8A. RGB value is (19,66,138). Sum of RGB (Red+Green+Blue) = 19+66+138=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #13428A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13428A is #ECBD75. Grayscale: #3B3B3B. Windows color (decimal): -15514998 or 9060883. OLE color: 9060883.

HSL color Cylindrical-coordinate representation of color #13428A: hue angle of 216.3º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13428A is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1966138-
CMYK0.860.5200.46
HSL216.3º75.8%30.78%-
HSV(B)216.3º86.23%54.12%-
XYZ6.85.8724.82-
YUV60.15171.9398.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.52%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 138 (54.30% from 255) = 61.88%
R=8.52%
G=29.60%
B=61.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal19661380.860.5200.46216.375.830.78
Hex13428A563402Ed84c1f
Octal231022121266405633011437
Binary100111000010100010101010110110100010111011011000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,66,138); }

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

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

 a { background-color: rgb(19,66,138); }

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

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

 span { border-color: rgb(19,66,138); }

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