Html Css Color HEX #19478B Dark Cerulean

📋 copy color: '#19478B'

red 25 ◦ green 71 ◦ blue 139

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

Shades of Dark Cerulean #19478B

Tints of Dark Cerulean #19478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 59.15%

R = 10.64%
G = 30.21%
B = 59.15%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19478B (or 0x19478B) is known color: Dark Cerulean. HEX triplet: 19, 47 and 8B. RGB value is (25,71,139). Sum of RGB (Red+Green+Blue) = 25+71+139=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #19478B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19478B is #E6B874. Grayscale: #404040. Windows color (decimal): -15120501 or 9127705. OLE color: 9127705.

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

Color convert

RGB 25 71 139 -
CMYK 0.82 0.49 0 0.45
HSL 215.79º 0.7% 0.32% -
HSV(B) 215.79º 0.82% 0.55% -
XYZ 7.31 6.58 25.31 -
YUV 65 169.76 99.47 -
System Red Green Blue C M Y K H S L
Decimal 25 71 139 0.82 0.49 0 0.45 215.79 0.7 0.32
Hex 19 47 8B 52 31 0 2D D8 46 20
Octal 31 107 213 122 61 0 55 330 106 40
Binary 11001 1000111 10001011 1010010 110001 0 101101 11011000 1000110 100000

Color Harmonies of #19478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19478B

Black with #19478B

Text Example


Text Example

White with #19478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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