#193F74

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

Shades of Dark Cerulean #193F74

Tints of Dark Cerulean #193F74

Color information

#193F74 (or 0x193F74) is unknown color: approx Dark Cerulean. HEX triplet: 19, 3F and 74. RGB value is (25,63,116). Sum of RGB (Red+Green+Blue) = 25+63+116=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #193F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193F74 is #E6C08B. Grayscale: #393939. Windows color (decimal): -15122572 or 7618329. OLE color: 7618329.

HSL color Cylindrical-coordinate representation of color #193F74: hue angle of 214.95º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193F74 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2563116-
CMYK0.780.4600.55
HSL214.95º64.54%27.65%-
HSV(B)214.95º78.45%45.49%-
XYZ5.335.0217.21-
YUV57.68160.91104.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.25%
GREEN value IS 63 (25% from 255) = 30.88%
BLUE value IS 116 (45.70% from 255) = 56.86%
R=12.25%
G=30.88%
B=56.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25631160.780.4600.55214.9564.5427.65
Hex193F744E2E037d7411c
Octal31771641165606732710134
Binary1100111111111101001001110101110011011111010111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,63,116); }

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

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

 a { background-color: rgb(25,63,116); }

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

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

 span { border-color: rgb(25,63,116); }

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