Html Css Color HEX #194677 Dark Cerulean

📋 copy color: '#194677'

red 25 ◦ green 70 ◦ blue 119

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

Shades of Dark Cerulean #194677

Tints of Dark Cerulean #194677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.71%

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

R = 11.68%
G = 32.71%
B = 55.61%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#194677 (or 0x194677) is known color: Dark Cerulean. HEX triplet: 19, 46 and 77. RGB value is (25,70,119). Sum of RGB (Red+Green+Blue) = 25+70+119=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #194677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194677 is #E6B988. Grayscale: #3D3D3D. Windows color (decimal): -15120777 or 7816729. OLE color: 7816729.

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

Color convert

RGB 25 70 119 -
CMYK 0.79 0.41 0 0.53
HSL 211.28º 0.65% 0.28% -
HSV(B) 211.28º 0.79% 0.47% -
XYZ 5.92 5.92 18.28 -
YUV 62.13 160.09 101.52 -
System Red Green Blue C M Y K H S L
Decimal 25 70 119 0.79 0.41 0 0.53 211.28 0.65 0.28
Hex 19 46 77 4F 29 0 35 D3 41 1C
Octal 31 106 167 117 51 0 65 323 101 34
Binary 11001 1000110 1110111 1001111 101001 0 110101 11010011 1000001 11100

Color Harmonies of #194677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194677

Black with #194677

Text Example


Text Example

White with #194677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194677; }

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

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

background-color css

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

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

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

border-color css

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

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

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