Html Css Color HEX #19477A Dark Cerulean

📋 copy color: '#19477A'

red 25 ◦ green 71 ◦ blue 122

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

Shades of Dark Cerulean #19477A

Tints of Dark Cerulean #19477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 55.96%

R = 11.47%
G = 32.57%
B = 55.96%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#19477A (or 0x19477A) is known color: Dark Cerulean. HEX triplet: 19, 47 and 7A. RGB value is (25,71,122). Sum of RGB (Red+Green+Blue) = 25+71+122=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #19477A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19477A is #E6B885. Grayscale: #3E3E3E. Windows color (decimal): -15120518 or 8013593. OLE color: 8013593.

HSL color Cylindrical-coordinate representation of color #19477A: hue angle of 211.55º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19477A is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 71 122 -
CMYK 0.80 0.42 0 0.52
HSL 211.55º 0.66% 0.29% -
HSV(B) 211.55º 0.8% 0.48% -
XYZ 6.17 6.12 19.27 -
YUV 63.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 25 71 122 0.80 0.42 0 0.52 211.55 0.66 0.29
Hex 19 47 7A 50 2A 0 34 D4 42 1D
Octal 31 107 172 120 52 0 64 324 102 35
Binary 11001 1000111 1111010 1010000 101010 0 110100 11010100 1000010 11101

Color Harmonies of #19477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19477A

Black with #19477A

Text Example


Text Example

White with #19477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19477A; }

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

 H1.HeaderClassName
 {
   color: #19477A;
 }
 .AnyTagClassName
 {
   color: #19477A;
 }
</style>

background-color css

<style>
 a { background-color: #19477A; }

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

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

border-color css

<style>
 span { border-color: #19477A; }

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

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