Html Css Color HEX #194689 Dark Cerulean

📋 copy color: '#194689'

red 25 ◦ green 70 ◦ blue 137

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

Shades of Dark Cerulean #194689

Tints of Dark Cerulean #194689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.17%

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

R = 10.78%
G = 30.17%
B = 59.05%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#194689 (or 0x194689) is known color: Dark Cerulean. HEX triplet: 19, 46 and 89. RGB value is (25,70,137). Sum of RGB (Red+Green+Blue) = 25+70+137=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #194689 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194689 is #E6B976. Grayscale: #3F3F3F. Windows color (decimal): -15120759 or 8996377. OLE color: 8996377.

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

Color convert

RGB 25 70 137 -
CMYK 0.82 0.49 0 0.46
HSL 215.89º 0.69% 0.32% -
HSV(B) 215.89º 0.82% 0.54% -
XYZ 7.11 6.39 24.53 -
YUV 64.18 169.09 100.05 -
System Red Green Blue C M Y K H S L
Decimal 25 70 137 0.82 0.49 0 0.46 215.89 0.69 0.32
Hex 19 46 89 52 31 0 2E D8 45 20
Octal 31 106 211 122 61 0 56 330 105 40
Binary 11001 1000110 10001001 1010010 110001 0 101110 11011000 1000101 100000

Color Harmonies of #194689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194689

Black with #194689

Text Example


Text Example

White with #194689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194689; }

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

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

background-color css

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

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

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

border-color css

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

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

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