Html Css Color HEX #194680 Dark Cerulean

📋 copy color: '#194680'

red 25 ◦ green 70 ◦ blue 128

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

Shades of Dark Cerulean #194680

Tints of Dark Cerulean #194680

RGB

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

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

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

R = 11.21%
G = 31.39%
B = 57.4%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#194680 (or 0x194680) is known color: Dark Cerulean. HEX triplet: 19, 46 and 80. RGB value is (25,70,128). Sum of RGB (Red+Green+Blue) = 25+70+128=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #194680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194680 is #E6B97F. Grayscale: #3E3E3E. Windows color (decimal): -15120768 or 8406553. OLE color: 8406553.

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

Color convert

RGB 25 70 128 -
CMYK 0.80 0.45 0 0.50
HSL 213.79º 0.67% 0.3% -
HSV(B) 213.79º 0.8% 0.5% -
XYZ 6.49 6.15 21.27 -
YUV 63.16 164.59 100.78 -
System Red Green Blue C M Y K H S L
Decimal 25 70 128 0.80 0.45 0 0.50 213.79 0.67 0.3
Hex 19 46 80 50 2D 0 32 D6 43 1E
Octal 31 106 200 120 55 0 62 326 103 36
Binary 11001 1000110 10000000 1010000 101101 0 110010 11010110 1000011 11110

Color Harmonies of #194680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194680

Black with #194680

Text Example


Text Example

White with #194680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194680; }

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

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

background-color css

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

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

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

border-color css

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

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

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