Html Css Color HEX #193977 Dark Cerulean

📋 copy color: '#193977'

red 25 ◦ green 57 ◦ blue 119

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

Shades of Dark Cerulean #193977

Tints of Dark Cerulean #193977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 59.2%

R = 12.44%
G = 28.36%
B = 59.2%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#193977 (or 0x193977) is known color: Dark Cerulean. HEX triplet: 19, 39 and 77. RGB value is (25,57,119). Sum of RGB (Red+Green+Blue) = 25+57+119=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 119 (46.88% from 255 or 59.20% from 201); Max value from RGB is 119 - color contains mainly: blue. Hex color #193977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193977 is #E6C688. Grayscale: #363636. Windows color (decimal): -15124105 or 7813401. OLE color: 7813401.

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

Color convert

RGB 25 57 119 -
CMYK 0.79 0.52 0 0.53
HSL 219.57º 0.65% 0.28% -
HSV(B) 219.57º 0.79% 0.47% -
XYZ 5.19 4.46 18.04 -
YUV 54.5 164.4 106.96 -
System Red Green Blue C M Y K H S L
Decimal 25 57 119 0.79 0.52 0 0.53 219.57 0.65 0.28
Hex 19 39 77 4F 34 0 35 DC 41 1C
Octal 31 71 167 117 64 0 65 334 101 34
Binary 11001 111001 1110111 1001111 110100 0 110101 11011100 1000001 11100

Color Harmonies of #193977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193977

Black with #193977

Text Example


Text Example

White with #193977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193977; }

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

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

background-color css

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

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

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

border-color css

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

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

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