#193C75

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

Shades of Dark Cerulean #193C75

Tints of Dark Cerulean #193C75

Color information

#193C75 (or 0x193C75) is unknown color: approx Dark Cerulean. HEX triplet: 19, 3C and 75. RGB value is (25,60,117). Sum of RGB (Red+Green+Blue) = 25+60+117=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #193C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C75 is #E6C38A. Grayscale: #373737. Windows color (decimal): -15123339 or 7683097. OLE color: 7683097.

HSL color Cylindrical-coordinate representation of color #193C75: hue angle of 217.17º 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 #193C75 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2560117-
CMYK0.790.4900.54
HSL217.17º64.79%27.84%-
HSV(B)217.17º78.63%45.88%-
XYZ5.234.7217.47-
YUV56.03162.4105.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.38%
GREEN value IS 60 (23.83% from 255) = 29.70%
BLUE value IS 117 (46.09% from 255) = 57.92%
R=12.38%
G=29.70%
B=57.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25601170.790.4900.54217.1764.7927.84
Hex193C754F31036d9411c
Octal31741651176106633110134
Binary1100111110011101011001111110001011011011011001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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