Html Css Color HEX #193780 Dark Cerulean

📋 copy color: '#193780'

red 25 ◦ green 55 ◦ blue 128

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

Shades of Dark Cerulean #193780

Tints of Dark Cerulean #193780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.44%

 BLUE value IS 128 (50.39% from 255) = 61.54%

R = 12.02%
G = 26.44%
B = 61.54%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#193780 (or 0x193780) is known color: Dark Cerulean. HEX triplet: 19, 37 and 80. RGB value is (25,55,128). Sum of RGB (Red+Green+Blue) = 25+55+128=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #193780 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193780 is #E6C87F. Grayscale: #363636. Windows color (decimal): -15124608 or 8402713. OLE color: 8402713.

HSL color Cylindrical-coordinate representation of color #193780: hue angle of 222.52º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #193780 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 55 128 -
CMYK 0.80 0.57 0 0.50
HSL 222.52º 0.67% 0.3% -
HSV(B) 222.52º 0.8% 0.5% -
XYZ 5.66 4.5 20.99 -
YUV 54.35 169.56 107.06 -
System Red Green Blue C M Y K H S L
Decimal 25 55 128 0.80 0.57 0 0.50 222.52 0.67 0.3
Hex 19 37 80 50 39 0 32 DF 43 1E
Octal 31 67 200 120 71 0 62 337 103 36
Binary 11001 110111 10000000 1010000 111001 0 110010 11011111 1000011 11110

Color Harmonies of #193780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193780

Black with #193780

Text Example


Text Example

White with #193780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193780; }

 p { color: rgb(25,55,128); }

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

background-color css

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

 a { background-color: rgb(25,55,128); }

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

border-color css

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

 span { border-color: rgb(25,55,128); }

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