Html Css Color HEX #19476F Dark Cerulean

📋 copy color: '#19476F'

red 25 ◦ green 71 ◦ blue 111

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

Shades of Dark Cerulean #19476F

Tints of Dark Cerulean #19476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.62%

R = 12.08%
G = 34.3%
B = 53.62%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#19476F (or 0x19476F) is known color: Dark Cerulean. HEX triplet: 19, 47 and 6F. RGB value is (25,71,111). Sum of RGB (Red+Green+Blue) = 25+71+111=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #19476F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19476F is #E6B890. Grayscale: #3D3D3D. Windows color (decimal): -15120529 or 7292697. OLE color: 7292697.

HSL color Cylindrical-coordinate representation of color #19476F: hue angle of 207.91º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19476F is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 71 111 -
CMYK 0.77 0.36 0 0.56
HSL 207.91º 0.63% 0.27% -
HSV(B) 207.91º 0.77% 0.44% -
XYZ 5.52 5.86 15.88 -
YUV 61.81 155.76 101.75 -
System Red Green Blue C M Y K H S L
Decimal 25 71 111 0.77 0.36 0 0.56 207.91 0.63 0.27
Hex 19 47 6F 4D 24 0 38 D0 3F 1B
Octal 31 107 157 115 44 0 70 320 77 33
Binary 11001 1000111 1101111 1001101 100100 0 111000 11010000 111111 11011

Color Harmonies of #19476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19476F

Black with #19476F

Text Example


Text Example

White with #19476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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