Html Css Color HEX #193C73 Dark Cerulean

📋 copy color: '#193C73'

red 25 ◦ green 60 ◦ blue 115

#193C73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #193C73

Tints of Dark Cerulean #193C73

RGB

 RED value IS 25 (10.16% from 255) = 12.5%

 GREEN value IS 60 (23.83% from 255) = 30%

 BLUE value IS 115 (45.31% from 255) = 57.5%

R = 12.5%
G = 30%
B = 57.5%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#193C73 (or 0x193C73) is known color: Dark Cerulean. HEX triplet: 19, 3C and 73. RGB value is (25,60,115). Sum of RGB (Red+Green+Blue) = 25+60+115=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #193C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C73 is #E6C38C. Grayscale: #373737. Windows color (decimal): -15123341 or 7552025. OLE color: 7552025.

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

Color convert

RGB 25 60 115 -
CMYK 0.78 0.48 0 0.55
HSL 216.67º 0.64% 0.27% -
HSV(B) 216.67º 0.78% 0.45% -
XYZ 5.11 4.68 16.85 -
YUV 55.81 161.4 106.03 -
System Red Green Blue C M Y K H S L
Decimal 25 60 115 0.78 0.48 0 0.55 216.67 0.64 0.27
Hex 19 3C 73 4E 30 0 37 D9 40 1B
Octal 31 74 163 116 60 0 67 331 100 33
Binary 11001 111100 1110011 1001110 110000 0 110111 11011001 1000000 11011

Color Harmonies of #193C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193C73

Black with #193C73

Text Example


Text Example

White with #193C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #193C73;
 }
 .AnyTagClassName
 {
   color: #193C73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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