#13446E

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

Shades of Dark Cerulean #13446E

Tints of Dark Cerulean #13446E

Color information

#13446E (or 0x13446E) is unknown color: approx Dark Cerulean. HEX triplet: 13, 44 and 6E. RGB value is (19,68,110). Sum of RGB (Red+Green+Blue) = 19+68+110=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #13446E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13446E is #ECBB91. Grayscale: #393939. Windows color (decimal): -15514514 or 7226387. OLE color: 7226387.

HSL color Cylindrical-coordinate representation of color #13446E: hue angle of 207.69º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13446E is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1968110-
CMYK0.830.3800.57
HSL207.69º70.54%25.29%-
HSV(B)207.69º82.73%43.14%-
XYZ5.155.415.52-
YUV58.14157.27100.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 110 (43.36% from 255) = 55.84%
R=9.64%
G=34.52%
B=55.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19681100.830.3800.57207.6970.5425.29
Hex13446E5326039d04719
Octal231041561234607132010731
Binary10011100010011011101010011100110011100111010000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13446E; }

 p { color: rgb(19,68,110); }

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

<style>
 a { background-color: #13446E; }

 a { background-color: rgb(19,68,110); }

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

<style>
 span { border-color: #13446E; }

 span { border-color: rgb(19,68,110); }

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