Html Css Color HEX #194580 Dark Cerulean

📋 copy color: '#194580'

red 25 ◦ green 69 ◦ blue 128

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

Shades of Dark Cerulean #194580

Tints of Dark Cerulean #194580

RGB

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

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

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

R = 11.26%
G = 31.08%
B = 57.66%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#194580 (or 0x194580) is known color: Dark Cerulean. HEX triplet: 19, 45 and 80. RGB value is (25,69,128). Sum of RGB (Red+Green+Blue) = 25+69+128=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #194580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194580 is #E6BA7F. Grayscale: #3E3E3E. Windows color (decimal): -15121024 or 8406297. OLE color: 8406297.

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

Color convert

RGB 25 69 128 -
CMYK 0.80 0.46 0 0.50
HSL 214.37º 0.67% 0.3% -
HSV(B) 214.37º 0.8% 0.5% -
XYZ 6.43 6.02 21.25 -
YUV 62.57 164.92 101.2 -
System Red Green Blue C M Y K H S L
Decimal 25 69 128 0.80 0.46 0 0.50 214.37 0.67 0.3
Hex 19 45 80 50 2E 0 32 D6 43 1E
Octal 31 105 200 120 56 0 62 326 103 36
Binary 11001 1000101 10000000 1010000 101110 0 110010 11010110 1000011 11110

Color Harmonies of #194580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194580

Black with #194580

Text Example


Text Example

White with #194580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194580; }

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

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

background-color css

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

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

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

border-color css

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

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

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