Html Css Color HEX #19497D Dark Cerulean

📋 copy color: '#19497D'

red 25 ◦ green 73 ◦ blue 125

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

Shades of Dark Cerulean #19497D

Tints of Dark Cerulean #19497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.05%

R = 11.21%
G = 32.74%
B = 56.05%

CMYK

 C value IS 0.8

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19497D (or 0x19497D) is known color: Dark Cerulean. HEX triplet: 19, 49 and 7D. RGB value is (25,73,125). Sum of RGB (Red+Green+Blue) = 25+73+125=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #19497D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19497D is #E6B682. Grayscale: #404040. Windows color (decimal): -15120003 or 8210713. OLE color: 8210713.

HSL color Cylindrical-coordinate representation of color #19497D: hue angle of 211.2º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19497D is Cyan = 0.8, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 73 125 -
CMYK 0.8 0.42 0 0.51
HSL 211.2º 0.67% 0.29% -
HSV(B) 211.2º 0.8% 0.49% -
XYZ 6.49 6.45 20.31 -
YUV 64.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 25 73 125 0.8 0.42 0 0.51 211.2 0.67 0.29
Hex 19 49 7D 50 2A 0 33 D3 43 1D
Octal 31 111 175 120 52 0 63 323 103 35
Binary 11001 1001001 1111101 1010000 101010 0 110011 11010011 1000011 11101

Color Harmonies of #19497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19497D

Black with #19497D

Text Example


Text Example

White with #19497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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