#193D75

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

Shades of Dark Cerulean #193D75

Tints of Dark Cerulean #193D75

Color information

#193D75 (or 0x193D75) is unknown color: approx Dark Cerulean. HEX triplet: 19, 3D and 75. RGB value is (25,61,117). Sum of RGB (Red+Green+Blue) = 25+61+117=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #193D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193D75 is #E6C28A. Grayscale: #383838. Windows color (decimal): -15123083 or 7683353. OLE color: 7683353.

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

Color convert

RGB2561117-
CMYK0.790.4800.54
HSL216.52º64.79%27.84%-
HSV(B)216.52º78.63%45.88%-
XYZ5.284.8317.48-
YUV56.62162.07105.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.32%
GREEN value IS 61 (24.22% from 255) = 30.05%
BLUE value IS 117 (46.09% from 255) = 57.64%
R=12.32%
G=30.05%
B=57.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25611170.790.4800.54216.5264.7927.84
Hex193D754F30036d9411c
Octal31751651176006633110134
Binary1100111110111101011001111110000011011011011001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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