Html Css Color HEX #194589 Dark Cerulean

📋 copy color: '#194589'

red 25 ◦ green 69 ◦ blue 137

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

Shades of Dark Cerulean #194589

Tints of Dark Cerulean #194589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 59.31%

R = 10.82%
G = 29.87%
B = 59.31%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#194589 (or 0x194589) is known color: Dark Cerulean. HEX triplet: 19, 45 and 89. RGB value is (25,69,137). Sum of RGB (Red+Green+Blue) = 25+69+137=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #194589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194589 is #E6BA76. Grayscale: #3F3F3F. Windows color (decimal): -15121015 or 8996121. OLE color: 8996121.

HSL color Cylindrical-coordinate representation of color #194589: hue angle of 216.43º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #194589 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 69 137 -
CMYK 0.82 0.50 0 0.46
HSL 216.43º 0.69% 0.32% -
HSV(B) 216.43º 0.82% 0.54% -
XYZ 7.04 6.27 24.51 -
YUV 63.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 25 69 137 0.82 0.50 0 0.46 216.43 0.69 0.32
Hex 19 45 89 52 32 0 2E D8 45 20
Octal 31 105 211 122 62 0 56 330 105 40
Binary 11001 1000101 10001001 1010010 110010 0 101110 11011000 1000101 100000

Color Harmonies of #194589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194589

Black with #194589

Text Example


Text Example

White with #194589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194589; }

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

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

background-color css

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

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

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

border-color css

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

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

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