Html Css Color HEX #19477C Dark Cerulean

📋 copy color: '#19477C'

red 25 ◦ green 71 ◦ blue 124

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

Shades of Dark Cerulean #19477C

Tints of Dark Cerulean #19477C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 56.36%

R = 11.36%
G = 32.27%
B = 56.36%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19477C (or 0x19477C) is known color: Dark Cerulean. HEX triplet: 19, 47 and 7C. RGB value is (25,71,124). Sum of RGB (Red+Green+Blue) = 25+71+124=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #19477C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19477C is #E6B883. Grayscale: #3F3F3F. Windows color (decimal): -15120516 or 8144665. OLE color: 8144665.

HSL color Cylindrical-coordinate representation of color #19477C: hue angle of 212.12º degrees, saturation: 0.66, 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 #19477C is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 71 124 -
CMYK 0.80 0.43 0 0.51
HSL 212.12º 0.66% 0.29% -
HSV(B) 212.12º 0.8% 0.49% -
XYZ 6.29 6.17 19.93 -
YUV 63.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 25 71 124 0.80 0.43 0 0.51 212.12 0.66 0.29
Hex 19 47 7C 50 2B 0 33 D4 42 1D
Octal 31 107 174 120 53 0 63 324 102 35
Binary 11001 1000111 1111100 1010000 101011 0 110011 11010100 1000010 11101

Color Harmonies of #19477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19477C

Black with #19477C

Text Example


Text Example

White with #19477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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