Html Css Color HEX #193979 Dark Cerulean

📋 copy color: '#193979'

red 25 ◦ green 57 ◦ blue 121

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

Shades of Dark Cerulean #193979

Tints of Dark Cerulean #193979

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.08%

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

R = 12.32%
G = 28.08%
B = 59.61%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#193979 (or 0x193979) is known color: Dark Cerulean. HEX triplet: 19, 39 and 79. RGB value is (25,57,121). Sum of RGB (Red+Green+Blue) = 25+57+121=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #193979 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193979 is #E6C686. Grayscale: #363636. Windows color (decimal): -15124103 or 7944473. OLE color: 7944473.

HSL color Cylindrical-coordinate representation of color #193979: hue angle of 220º 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 #193979 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 57 121 -
CMYK 0.79 0.53 0 0.53
HSL 220º 0.66% 0.29% -
HSV(B) 220º 0.79% 0.47% -
XYZ 5.32 4.51 18.68 -
YUV 54.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 25 57 121 0.79 0.53 0 0.53 220 0.66 0.29
Hex 19 39 79 4F 35 0 35 DC 42 1D
Octal 31 71 171 117 65 0 65 334 102 35
Binary 11001 111001 1111001 1001111 110101 0 110101 11011100 1000010 11101

Color Harmonies of #193979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193979

Black with #193979

Text Example


Text Example

White with #193979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193979; }

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

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

background-color css

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

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

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

border-color css

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

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

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