Html Css Color HEX #194489 Dark Cerulean

📋 copy color: '#194489'

red 25 ◦ green 68 ◦ blue 137

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

Shades of Dark Cerulean #194489

Tints of Dark Cerulean #194489

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.57%

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

R = 10.87%
G = 29.57%
B = 59.57%

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

#194489 (or 0x194489) is known color: Dark Cerulean. HEX triplet: 19, 44 and 89. RGB value is (25,68,137). Sum of RGB (Red+Green+Blue) = 25+68+137=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 137 (53.91% from 255 or 59.57% from 230); Max value from RGB is 137 - color contains mainly: blue. Hex color #194489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194489 is #E6BB76. Grayscale: #3E3E3E. Windows color (decimal): -15121271 or 8995865. OLE color: 8995865.

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

Color convert

RGB 25 68 137 -
CMYK 0.82 0.50 0 0.46
HSL 216.96º 0.69% 0.32% -
HSV(B) 216.96º 0.82% 0.54% -
XYZ 6.98 6.15 24.49 -
YUV 63.01 169.75 100.89 -
System Red Green Blue C M Y K H S L
Decimal 25 68 137 0.82 0.50 0 0.46 216.96 0.69 0.32
Hex 19 44 89 52 32 0 2E D9 45 20
Octal 31 104 211 122 62 0 56 331 105 40
Binary 11001 1000100 10001001 1010010 110010 0 101110 11011001 1000101 100000

Color Harmonies of #194489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194489

Black with #194489

Text Example


Text Example

White with #194489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194489; }

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

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

background-color css

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

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

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

border-color css

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

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

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