Html Css Color HEX #194577 Dark Cerulean

📋 copy color: '#194577'

red 25 ◦ green 69 ◦ blue 119

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

Shades of Dark Cerulean #194577

Tints of Dark Cerulean #194577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.39%

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

R = 11.74%
G = 32.39%
B = 55.87%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#194577 (or 0x194577) is known color: Dark Cerulean. HEX triplet: 19, 45 and 77. RGB value is (25,69,119). Sum of RGB (Red+Green+Blue) = 25+69+119=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #194577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194577 is #E6BA88. Grayscale: #3D3D3D. Windows color (decimal): -15121033 or 7816473. OLE color: 7816473.

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

Color convert

RGB 25 69 119 -
CMYK 0.79 0.42 0 0.53
HSL 211.91º 0.65% 0.28% -
HSV(B) 211.91º 0.79% 0.47% -
XYZ 5.86 5.79 18.26 -
YUV 61.54 160.42 101.93 -
System Red Green Blue C M Y K H S L
Decimal 25 69 119 0.79 0.42 0 0.53 211.91 0.65 0.28
Hex 19 45 77 4F 2A 0 35 D4 41 1C
Octal 31 105 167 117 52 0 65 324 101 34
Binary 11001 1000101 1110111 1001111 101010 0 110101 11010100 1000001 11100

Color Harmonies of #194577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194577

Black with #194577

Text Example


Text Example

White with #194577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194577; }

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

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

background-color css

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

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

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

border-color css

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

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

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