#193B78

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

Shades of Dark Cerulean #193B78

Tints of Dark Cerulean #193B78

Color information

#193B78 (or 0x193B78) is unknown color: approx Dark Cerulean. HEX triplet: 19, 3B and 78. RGB value is (25,59,120). Sum of RGB (Red+Green+Blue) = 25+59+120=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #193B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B78 is #E6C487. Grayscale: #373737. Windows color (decimal): -15123592 or 7879449. OLE color: 7879449.

HSL color Cylindrical-coordinate representation of color #193B78: hue angle of 218.53º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193B78 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2559120-
CMYK0.790.5100.53
HSL218.53º65.52%28.43%-
HSV(B)218.53º79.17%47.06%-
XYZ5.364.6918.39-
YUV55.79164.24106.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.25%
GREEN value IS 59 (23.44% from 255) = 28.92%
BLUE value IS 120 (47.27% from 255) = 58.82%
R=12.25%
G=28.92%
B=58.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25591200.790.5100.53218.5365.5228.43
Hex193B784F33035db421c
Octal31731701176306533310234
Binary1100111101111110001001111110011011010111011011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193B78; }

 p { color: rgb(25,59,120); }

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

<style>
 a { background-color: #193B78; }

 a { background-color: rgb(25,59,120); }

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

<style>
 span { border-color: #193B78; }

 span { border-color: rgb(25,59,120); }

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