Html Css Color HEX #19488B Dark Cerulean

📋 copy color: '#19488B'

red 25 ◦ green 72 ◦ blue 139

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

Shades of Dark Cerulean #19488B

Tints of Dark Cerulean #19488B

RGB

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

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

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

R = 10.59%
G = 30.51%
B = 58.9%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19488B (or 0x19488B) is known color: Dark Cerulean. HEX triplet: 19, 48 and 8B. RGB value is (25,72,139). Sum of RGB (Red+Green+Blue) = 25+72+139=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #19488B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19488B is #E6B774. Grayscale: #414141. Windows color (decimal): -15120245 or 9127961. OLE color: 9127961.

HSL color Cylindrical-coordinate representation of color #19488B: hue angle of 215.26º 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 #19488B is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 72 139 -
CMYK 0.82 0.48 0 0.45
HSL 215.26º 0.7% 0.32% -
HSV(B) 215.26º 0.82% 0.55% -
XYZ 7.38 6.71 25.33 -
YUV 65.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 25 72 139 0.82 0.48 0 0.45 215.26 0.7 0.32
Hex 19 48 8B 52 30 0 2D D7 46 20
Octal 31 110 213 122 60 0 55 327 106 40
Binary 11001 1001000 10001011 1010010 110000 0 101101 11010111 1000110 100000

Color Harmonies of #19488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19488B

Black with #19488B

Text Example


Text Example

White with #19488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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