Html Css Color HEX #194177 Dark Cerulean

📋 copy color: '#194177'

red 25 ◦ green 65 ◦ blue 119

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

Shades of Dark Cerulean #194177

Tints of Dark Cerulean #194177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.1%

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

R = 11.96%
G = 31.1%
B = 56.94%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#194177 (or 0x194177) is known color: Dark Cerulean. HEX triplet: 19, 41 and 77. RGB value is (25,65,119). Sum of RGB (Red+Green+Blue) = 25+65+119=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #194177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194177 is #E6BE88. Grayscale: #3A3A3A. Windows color (decimal): -15122057 or 7815449. OLE color: 7815449.

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

Color convert

RGB 25 65 119 -
CMYK 0.79 0.45 0 0.53
HSL 214.47º 0.65% 0.28% -
HSV(B) 214.47º 0.79% 0.47% -
XYZ 5.62 5.32 18.18 -
YUV 59.2 161.75 103.61 -
System Red Green Blue C M Y K H S L
Decimal 25 65 119 0.79 0.45 0 0.53 214.47 0.65 0.28
Hex 19 41 77 4F 2D 0 35 D6 41 1C
Octal 31 101 167 117 55 0 65 326 101 34
Binary 11001 1000001 1110111 1001111 101101 0 110101 11010110 1000001 11100

Color Harmonies of #194177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194177

Black with #194177

Text Example


Text Example

White with #194177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194177; }

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

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

background-color css

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

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

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

border-color css

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

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

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