Html Css Color HEX #194B73 Dark Cerulean

📋 copy color: '#194B73'

red 25 ◦ green 75 ◦ blue 115

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

Shades of Dark Cerulean #194B73

Tints of Dark Cerulean #194B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.88%

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

R = 11.63%
G = 34.88%
B = 53.49%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#194B73 (or 0x194B73) is known color: Dark Cerulean. HEX triplet: 19, 4B and 73. RGB value is (25,75,115). Sum of RGB (Red+Green+Blue) = 25+75+115=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #194B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B73 is #E6B48C. Grayscale: #404040. Windows color (decimal): -15119501 or 7555865. OLE color: 7555865.

HSL color Cylindrical-coordinate representation of color #194B73: hue angle of 206.67º 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 #194B73 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 75 115 -
CMYK 0.78 0.35 0 0.55
HSL 206.67º 0.64% 0.27% -
HSV(B) 206.67º 0.78% 0.45% -
XYZ 6.01 6.48 17.15 -
YUV 64.61 156.44 99.75 -
System Red Green Blue C M Y K H S L
Decimal 25 75 115 0.78 0.35 0 0.55 206.67 0.64 0.27
Hex 19 4B 73 4E 23 0 37 CF 40 1B
Octal 31 113 163 116 43 0 67 317 100 33
Binary 11001 1001011 1110011 1001110 100011 0 110111 11001111 1000000 11011

Color Harmonies of #194B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194B73

Black with #194B73

Text Example


Text Example

White with #194B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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