Html Css Color HEX #194389 Dark Cerulean

📋 copy color: '#194389'

red 25 ◦ green 67 ◦ blue 137

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

Shades of Dark Cerulean #194389

Tints of Dark Cerulean #194389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.26%

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

R = 10.92%
G = 29.26%
B = 59.83%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#194389 (or 0x194389) is known color: Dark Cerulean. HEX triplet: 19, 43 and 89. RGB value is (25,67,137). Sum of RGB (Red+Green+Blue) = 25+67+137=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 137 (53.91% from 255 or 59.83% from 229); Max value from RGB is 137 - color contains mainly: blue. Hex color #194389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194389 is #E6BC76. Grayscale: #3E3E3E. Windows color (decimal): -15121527 or 8995609. OLE color: 8995609.

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

Color convert

RGB 25 67 137 -
CMYK 0.82 0.51 0 0.46
HSL 217.5º 0.69% 0.32% -
HSV(B) 217.5º 0.82% 0.54% -
XYZ 6.92 6.03 24.47 -
YUV 62.42 170.09 101.31 -
System Red Green Blue C M Y K H S L
Decimal 25 67 137 0.82 0.51 0 0.46 217.5 0.69 0.32
Hex 19 43 89 52 33 0 2E DA 45 20
Octal 31 103 211 122 63 0 56 332 105 40
Binary 11001 1000011 10001001 1010010 110011 0 101110 11011010 1000101 100000

Color Harmonies of #194389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194389

Black with #194389

Text Example


Text Example

White with #194389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194389; }

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

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

background-color css

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

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

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

border-color css

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

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

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