Html Css Color HEX #194773 Dark Cerulean

📋 copy color: '#194773'

red 25 ◦ green 71 ◦ blue 115

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

Shades of Dark Cerulean #194773

Tints of Dark Cerulean #194773

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.65%

 BLUE value IS 115 (45.31% from 255) = 54.5%

R = 11.85%
G = 33.65%
B = 54.5%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#194773 (or 0x194773) is known color: Dark Cerulean. HEX triplet: 19, 47 and 73. RGB value is (25,71,115). Sum of RGB (Red+Green+Blue) = 25+71+115=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #194773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194773 is #E6B88C. Grayscale: #3E3E3E. Windows color (decimal): -15120525 or 7554841. OLE color: 7554841.

HSL color Cylindrical-coordinate representation of color #194773: hue angle of 209.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194773 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 71 115 -
CMYK 0.78 0.38 0 0.55
HSL 209.33º 0.64% 0.27% -
HSV(B) 209.33º 0.78% 0.45% -
XYZ 5.75 5.95 17.07 -
YUV 62.26 157.76 101.42 -
System Red Green Blue C M Y K H S L
Decimal 25 71 115 0.78 0.38 0 0.55 209.33 0.64 0.27
Hex 19 47 73 4E 26 0 37 D1 40 1B
Octal 31 107 163 116 46 0 67 321 100 33
Binary 11001 1000111 1110011 1001110 100110 0 110111 11010001 1000000 11011

Color Harmonies of #194773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194773

Black with #194773

Text Example


Text Example

White with #194773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194773; }

 p { color: rgb(25,71,115); }

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

background-color css

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

 a { background-color: rgb(25,71,115); }

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

border-color css

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

 span { border-color: rgb(25,71,115); }

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