Html Css Color HEX #19497F Dark Cerulean

📋 copy color: '#19497F'

red 25 ◦ green 73 ◦ blue 127

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

Shades of Dark Cerulean #19497F

Tints of Dark Cerulean #19497F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.44%

 BLUE value IS 127 (50% from 255) = 56.44%

R = 11.11%
G = 32.44%
B = 56.44%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#19497F (or 0x19497F) is known color: Dark Cerulean. HEX triplet: 19, 49 and 7F. RGB value is (25,73,127). Sum of RGB (Red+Green+Blue) = 25+73+127=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #19497F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19497F is #E6B680. Grayscale: #404040. Windows color (decimal): -15120001 or 8341785. OLE color: 8341785.

HSL color Cylindrical-coordinate representation of color #19497F: hue angle of 211.76º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19497F is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 73 127 -
CMYK 0.80 0.43 0 0.50
HSL 211.76º 0.67% 0.3% -
HSV(B) 211.76º 0.8% 0.5% -
XYZ 6.61 6.5 20.99 -
YUV 64.8 163.1 99.61 -
System Red Green Blue C M Y K H S L
Decimal 25 73 127 0.80 0.43 0 0.50 211.76 0.67 0.3
Hex 19 49 7F 50 2B 0 32 D4 43 1E
Octal 31 111 177 120 53 0 62 324 103 36
Binary 11001 1001001 1111111 1010000 101011 0 110010 11010100 1000011 11110

Color Harmonies of #19497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19497F

Black with #19497F

Text Example


Text Example

White with #19497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19497F; }

 p { color: rgb(25,73,127); }

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

background-color css

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

 a { background-color: rgb(25,73,127); }

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

border-color css

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

 span { border-color: rgb(25,73,127); }

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