Html Css Color HEX #194980 Dark Cerulean

📋 copy color: '#194980'

red 25 ◦ green 73 ◦ blue 128

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

Shades of Dark Cerulean #194980

Tints of Dark Cerulean #194980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 56.64%

R = 11.06%
G = 32.3%
B = 56.64%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#194980 (or 0x194980) is known color: Dark Cerulean. HEX triplet: 19, 49 and 80. RGB value is (25,73,128). Sum of RGB (Red+Green+Blue) = 25+73+128=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #194980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194980 is #E6B67F. Grayscale: #404040. Windows color (decimal): -15120000 or 8407321. OLE color: 8407321.

HSL color Cylindrical-coordinate representation of color #194980: hue angle of 212.04º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #194980 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 73 128 -
CMYK 0.80 0.43 0 0.50
HSL 212.04º 0.67% 0.3% -
HSV(B) 212.04º 0.8% 0.5% -
XYZ 6.68 6.53 21.33 -
YUV 64.92 163.6 99.53 -
System Red Green Blue C M Y K H S L
Decimal 25 73 128 0.80 0.43 0 0.50 212.04 0.67 0.3
Hex 19 49 80 50 2B 0 32 D4 43 1E
Octal 31 111 200 120 53 0 62 324 103 36
Binary 11001 1001001 10000000 1010000 101011 0 110010 11010100 1000011 11110

Color Harmonies of #194980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194980

Black with #194980

Text Example


Text Example

White with #194980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194980; }

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

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

background-color css

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

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

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

border-color css

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

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

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