Html Css Color HEX #193873 Dark Cerulean

📋 copy color: '#193873'

red 25 ◦ green 56 ◦ blue 115

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

Shades of Dark Cerulean #193873

Tints of Dark Cerulean #193873

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.57%

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

R = 12.76%
G = 28.57%
B = 58.67%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#193873 (or 0x193873) is known color: Dark Cerulean. HEX triplet: 19, 38 and 73. RGB value is (25,56,115). Sum of RGB (Red+Green+Blue) = 25+56+115=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #193873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193873 is #E6C78C. Grayscale: #353535. Windows color (decimal): -15124365 or 7551001. OLE color: 7551001.

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

Color convert

RGB 25 56 115 -
CMYK 0.78 0.51 0 0.55
HSL 219.33º 0.64% 0.27% -
HSV(B) 219.33º 0.78% 0.45% -
XYZ 4.91 4.27 16.79 -
YUV 53.46 162.73 107.7 -
System Red Green Blue C M Y K H S L
Decimal 25 56 115 0.78 0.51 0 0.55 219.33 0.64 0.27
Hex 19 38 73 4E 33 0 37 DB 40 1B
Octal 31 70 163 116 63 0 67 333 100 33
Binary 11001 111000 1110011 1001110 110011 0 110111 11011011 1000000 11011

Color Harmonies of #193873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193873

Black with #193873

Text Example


Text Example

White with #193873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193873; }

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

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

background-color css

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

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

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

border-color css

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

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

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