Html Css Color HEX #193879 Dark Cerulean

📋 copy color: '#193879'

red 25 ◦ green 56 ◦ blue 121

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

Shades of Dark Cerulean #193879

Tints of Dark Cerulean #193879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 59.9%

R = 12.38%
G = 27.72%
B = 59.9%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#193879 (or 0x193879) is known color: Dark Cerulean. HEX triplet: 19, 38 and 79. RGB value is (25,56,121). Sum of RGB (Red+Green+Blue) = 25+56+121=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #193879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193879 is #E6C786. Grayscale: #353535. Windows color (decimal): -15124359 or 7944217. OLE color: 7944217.

HSL color Cylindrical-coordinate representation of color #193879: hue angle of 220.62º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193879 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 56 121 -
CMYK 0.79 0.54 0 0.53
HSL 220.63º 0.66% 0.29% -
HSV(B) 220.63º 0.79% 0.47% -
XYZ 5.27 4.42 18.66 -
YUV 54.14 165.73 107.21 -
System Red Green Blue C M Y K H S L
Decimal 25 56 121 0.79 0.54 0 0.53 220.63 0.66 0.29
Hex 19 38 79 4F 36 0 35 DD 42 1D
Octal 31 70 171 117 66 0 65 335 102 35
Binary 11001 111000 1111001 1001111 110110 0 110101 11011101 1000010 11101

Color Harmonies of #193879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193879

Black with #193879

Text Example


Text Example

White with #193879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193879; }

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

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

background-color css

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

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

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

border-color css

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

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

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