Html Css Color HEX #193A73 Dark Cerulean

📋 copy color: '#193A73'

red 25 ◦ green 58 ◦ blue 115

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

Shades of Dark Cerulean #193A73

Tints of Dark Cerulean #193A73

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.29%

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

R = 12.63%
G = 29.29%
B = 58.08%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#193A73 (or 0x193A73) is known color: Dark Cerulean. HEX triplet: 19, 3A and 73. RGB value is (25,58,115). Sum of RGB (Red+Green+Blue) = 25+58+115=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #193A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193A73 is #E6C58C. Grayscale: #363636. Windows color (decimal): -15123853 or 7551513. OLE color: 7551513.

HSL color Cylindrical-coordinate representation of color #193A73: hue angle of 218º 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 #193A73 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 58 115 -
CMYK 0.78 0.50 0 0.55
HSL 218º 0.64% 0.27% -
HSV(B) 218º 0.78% 0.45% -
XYZ 5.01 4.47 16.82 -
YUV 54.63 162.07 106.87 -
System Red Green Blue C M Y K H S L
Decimal 25 58 115 0.78 0.50 0 0.55 218 0.64 0.27
Hex 19 3A 73 4E 32 0 37 DA 40 1B
Octal 31 72 163 116 62 0 67 332 100 33
Binary 11001 111010 1110011 1001110 110010 0 110111 11011010 1000000 11011

Color Harmonies of #193A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193A73

Black with #193A73

Text Example


Text Example

White with #193A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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