Html Css Color HEX #194977 Dark Cerulean

📋 copy color: '#194977'

red 25 ◦ green 73 ◦ blue 119

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

Shades of Dark Cerulean #194977

Tints of Dark Cerulean #194977

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.64%

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

R = 11.52%
G = 33.64%
B = 54.84%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#194977 (or 0x194977) is known color: Dark Cerulean. HEX triplet: 19, 49 and 77. RGB value is (25,73,119). Sum of RGB (Red+Green+Blue) = 25+73+119=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #194977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194977 is #E6B688. Grayscale: #3F3F3F. Windows color (decimal): -15120009 or 7817497. OLE color: 7817497.

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

Color convert

RGB 25 73 119 -
CMYK 0.79 0.39 0 0.53
HSL 209.36º 0.65% 0.28% -
HSV(B) 209.36º 0.79% 0.47% -
XYZ 6.11 6.3 18.35 -
YUV 63.89 159.1 100.26 -
System Red Green Blue C M Y K H S L
Decimal 25 73 119 0.79 0.39 0 0.53 209.36 0.65 0.28
Hex 19 49 77 4F 27 0 35 D1 41 1C
Octal 31 111 167 117 47 0 65 321 101 34
Binary 11001 1001001 1110111 1001111 100111 0 110101 11010001 1000001 11100

Color Harmonies of #194977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194977

Black with #194977

Text Example


Text Example

White with #194977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194977; }

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

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

background-color css

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

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

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

border-color css

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

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

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