Html Css Color HEX #19478D Dark Cerulean

📋 copy color: '#19478D'

red 25 ◦ green 71 ◦ blue 141

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

Shades of Dark Cerulean #19478D

Tints of Dark Cerulean #19478D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59.49%

R = 10.55%
G = 29.96%
B = 59.49%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19478D (or 0x19478D) is known color: Dark Cerulean. HEX triplet: 19, 47 and 8D. RGB value is (25,71,141). Sum of RGB (Red+Green+Blue) = 25+71+141=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #19478D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19478D is #E6B872. Grayscale: #404040. Windows color (decimal): -15120499 or 9258777. OLE color: 9258777.

HSL color Cylindrical-coordinate representation of color #19478D: hue angle of 216.21º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19478D is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 71 141 -
CMYK 0.82 0.50 0 0.45
HSL 216.21º 0.7% 0.33% -
HSV(B) 216.21º 0.82% 0.55% -
XYZ 7.46 6.64 26.09 -
YUV 65.23 170.76 99.31 -
System Red Green Blue C M Y K H S L
Decimal 25 71 141 0.82 0.50 0 0.45 216.21 0.7 0.33
Hex 19 47 8D 52 32 0 2D D8 46 21
Octal 31 107 215 122 62 0 55 330 106 41
Binary 11001 1000111 10001101 1010010 110010 0 101101 11011000 1000110 100001

Color Harmonies of #19478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19478D

Black with #19478D

Text Example


Text Example

White with #19478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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