Html Css Color HEX #19486F Dark Cerulean

📋 copy color: '#19486F'

red 25 ◦ green 72 ◦ blue 111

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

Shades of Dark Cerulean #19486F

Tints of Dark Cerulean #19486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.62%

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

R = 12.02%
G = 34.62%
B = 53.37%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#19486F (or 0x19486F) is known color: Dark Cerulean. HEX triplet: 19, 48 and 6F. RGB value is (25,72,111). Sum of RGB (Red+Green+Blue) = 25+72+111=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #19486F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19486F is #E6B790. Grayscale: #3E3E3E. Windows color (decimal): -15120273 or 7292953. OLE color: 7292953.

HSL color Cylindrical-coordinate representation of color #19486F: hue angle of 207.21º 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 #19486F is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 72 111 -
CMYK 0.77 0.35 0 0.56
HSL 207.21º 0.63% 0.27% -
HSV(B) 207.21º 0.77% 0.44% -
XYZ 5.59 5.99 15.9 -
YUV 62.39 155.43 101.33 -
System Red Green Blue C M Y K H S L
Decimal 25 72 111 0.77 0.35 0 0.56 207.21 0.63 0.27
Hex 19 48 6F 4D 23 0 38 CF 3F 1B
Octal 31 110 157 115 43 0 70 317 77 33
Binary 11001 1001000 1101111 1001101 100011 0 111000 11001111 111111 11011

Color Harmonies of #19486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19486F

Black with #19486F

Text Example


Text Example

White with #19486F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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