#193D79

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

Shades of Dark Cerulean #193D79

Tints of Dark Cerulean #193D79

Color information

#193D79 (or 0x193D79) is unknown color: approx Dark Cerulean. HEX triplet: 19, 3D and 79. RGB value is (25,61,121). Sum of RGB (Red+Green+Blue) = 25+61+121=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #193D79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D79 is #E6C286. Grayscale: #383838. Windows color (decimal): -15123079 or 7945497. OLE color: 7945497.

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

Color convert

RGB2561121-
CMYK0.790.5000.53
HSL217.5º65.75%28.63%-
HSV(B)217.5º79.34%47.45%-
XYZ5.524.9218.75-
YUV57.08164.07105.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.08%
GREEN value IS 61 (24.22% from 255) = 29.47%
BLUE value IS 121 (47.66% from 255) = 58.45%
R=12.08%
G=29.47%
B=58.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25611210.790.5000.53217.565.7528.63
Hex193D794F32035da421d
Octal31751711176206533210235
Binary1100111110111110011001111110010011010111011010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,61,121); }

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

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

 a { background-color: rgb(25,61,121); }

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

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

 span { border-color: rgb(25,61,121); }

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