#133A78

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

Shades of Dark Cerulean #133A78

Tints of Dark Cerulean #133A78

Color information

#133A78 (or 0x133A78) is unknown color: approx Dark Cerulean. HEX triplet: 13, 3A and 78. RGB value is (19,58,120). Sum of RGB (Red+Green+Blue) = 19+58+120=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #133A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A78 is #ECC587. Grayscale: #353535. Windows color (decimal): -15517064 or 7879187. OLE color: 7879187.

HSL color Cylindrical-coordinate representation of color #133A78: hue angle of 216.83º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133A78 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1958120-
CMYK0.840.5200.53
HSL216.83º72.66%27.25%-
HSV(B)216.83º84.17%47.06%-
XYZ5.174.5218.37-
YUV53.41165.58103.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.64%
GREEN value IS 58 (23.05% from 255) = 29.44%
BLUE value IS 120 (47.27% from 255) = 60.91%
R=9.64%
G=29.44%
B=60.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19581200.840.5200.53216.8372.6627.25
Hex133A785434035d9491b
Octal23721701246406533111133
Binary1001111101011110001010100110100011010111011001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133A78; }

 p { color: rgb(19,58,120); }

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

<style>
 a { background-color: #133A78; }

 a { background-color: rgb(19,58,120); }

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

<style>
 span { border-color: #133A78; }

 span { border-color: rgb(19,58,120); }

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