#13467B

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

Shades of Dark Cerulean #13467B

Tints of Dark Cerulean #13467B

Color information

#13467B (or 0x13467B) is unknown color: approx Dark Cerulean. HEX triplet: 13, 46 and 7B. RGB value is (19,70,123). Sum of RGB (Red+Green+Blue) = 19+70+123=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #13467B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13467B is #ECB984. Grayscale: #3C3C3C. Windows color (decimal): -15513989 or 8078867. OLE color: 8078867.

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

Color convert

RGB1970123-
CMYK0.850.4300.52
HSL210.58º73.24%27.84%-
HSV(B)210.58º84.55%48.24%-
XYZ6.035.9519.57-
YUV60.79163.198.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 123 (48.44% from 255) = 58.02%
R=8.96%
G=33.02%
B=58.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19701230.850.4300.52210.5873.2427.84
Hex13467B552B034d3491c
Octal231061731255306432311134
Binary10011100011011110111010101101011011010011010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,70,123); }

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

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

 a { background-color: rgb(19,70,123); }

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

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

 span { border-color: rgb(19,70,123); }

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