Html Css Color HEX #194089 Dark Cerulean

📋 copy color: '#194089'

red 25 ◦ green 64 ◦ blue 137

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

Shades of Dark Cerulean #194089

Tints of Dark Cerulean #194089

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.32%

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

R = 11.06%
G = 28.32%
B = 60.62%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#194089 (or 0x194089) is known color: Dark Cerulean. HEX triplet: 19, 40 and 89. RGB value is (25,64,137). Sum of RGB (Red+Green+Blue) = 25+64+137=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #194089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194089 is #E6BF76. Grayscale: #3C3C3C. Windows color (decimal): -15122295 or 8994841. OLE color: 8994841.

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

Color convert

RGB 25 64 137 -
CMYK 0.82 0.53 0 0.46
HSL 219.11º 0.69% 0.32% -
HSV(B) 219.11º 0.82% 0.54% -
XYZ 6.75 5.68 24.41 -
YUV 60.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 25 64 137 0.82 0.53 0 0.46 219.11 0.69 0.32
Hex 19 40 89 52 35 0 2E DB 45 20
Octal 31 100 211 122 65 0 56 333 105 40
Binary 11001 1000000 10001001 1010010 110101 0 101110 11011011 1000101 100000

Color Harmonies of #194089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194089

Black with #194089

Text Example


Text Example

White with #194089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194089; }

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

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

background-color css

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

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

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

border-color css

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

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

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