Html Css Color HEX #19476E Dark Cerulean

📋 copy color: '#19476E'

red 25 ◦ green 71 ◦ blue 110

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

Shades of Dark Cerulean #19476E

Tints of Dark Cerulean #19476E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 53.4%

R = 12.14%
G = 34.47%
B = 53.4%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19476E (or 0x19476E) is known color: Dark Cerulean. HEX triplet: 19, 47 and 6E. RGB value is (25,71,110). Sum of RGB (Red+Green+Blue) = 25+71+110=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #19476E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19476E is #E6B891. Grayscale: #3D3D3D. Windows color (decimal): -15120530 or 7227161. OLE color: 7227161.

HSL color Cylindrical-coordinate representation of color #19476E: hue angle of 207.53º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19476E is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 71 110 -
CMYK 0.77 0.35 0 0.57
HSL 207.53º 0.63% 0.26% -
HSV(B) 207.53º 0.77% 0.43% -
XYZ 5.47 5.84 15.59 -
YUV 61.69 155.26 101.83 -
System Red Green Blue C M Y K H S L
Decimal 25 71 110 0.77 0.35 0 0.57 207.53 0.63 0.26
Hex 19 47 6E 4D 23 0 39 D0 3F 1A
Octal 31 107 156 115 43 0 71 320 77 32
Binary 11001 1000111 1101110 1001101 100011 0 111001 11010000 111111 11010

Color Harmonies of #19476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19476E

Black with #19476E

Text Example


Text Example

White with #19476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19476E; }

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

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

background-color css

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

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

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

border-color css

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

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

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