Html Css Color HEX #194889 Dark Cerulean

📋 copy color: '#194889'

red 25 ◦ green 72 ◦ blue 137

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

Shades of Dark Cerulean #194889

Tints of Dark Cerulean #194889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.77%

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

R = 10.68%
G = 30.77%
B = 58.55%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#194889 (or 0x194889) is known color: Dark Cerulean. HEX triplet: 19, 48 and 89. RGB value is (25,72,137). Sum of RGB (Red+Green+Blue) = 25+72+137=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #194889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194889 is #E6B776. Grayscale: #414141. Windows color (decimal): -15120247 or 8996889. OLE color: 8996889.

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

Color convert

RGB 25 72 137 -
CMYK 0.82 0.47 0 0.46
HSL 214.82º 0.69% 0.32% -
HSV(B) 214.82º 0.82% 0.54% -
XYZ 7.23 6.65 24.57 -
YUV 65.36 168.43 99.21 -
System Red Green Blue C M Y K H S L
Decimal 25 72 137 0.82 0.47 0 0.46 214.82 0.69 0.32
Hex 19 48 89 52 2F 0 2E D7 45 20
Octal 31 110 211 122 57 0 56 327 105 40
Binary 11001 1001000 10001001 1010010 101111 0 101110 11010111 1000101 100000

Color Harmonies of #194889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194889

Black with #194889

Text Example


Text Example

White with #194889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194889; }

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

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

background-color css

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

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

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

border-color css

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

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

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