Html Css Color HEX #19488A Dark Cerulean

📋 copy color: '#19488A'

red 25 ◦ green 72 ◦ blue 138

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

Shades of Dark Cerulean #19488A

Tints of Dark Cerulean #19488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 58.72%

R = 10.64%
G = 30.64%
B = 58.72%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#19488A (or 0x19488A) is known color: Dark Cerulean. HEX triplet: 19, 48 and 8A. RGB value is (25,72,138). Sum of RGB (Red+Green+Blue) = 25+72+138=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #19488A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19488A is #E6B775. Grayscale: #414141. Windows color (decimal): -15120246 or 9062425. OLE color: 9062425.

HSL color Cylindrical-coordinate representation of color #19488A: hue angle of 215.04º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19488A is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 72 138 -
CMYK 0.82 0.48 0 0.46
HSL 215.04º 0.69% 0.32% -
HSV(B) 215.04º 0.82% 0.54% -
XYZ 7.31 6.68 24.95 -
YUV 65.47 168.93 99.13 -
System Red Green Blue C M Y K H S L
Decimal 25 72 138 0.82 0.48 0 0.46 215.04 0.69 0.32
Hex 19 48 8A 52 30 0 2E D7 45 20
Octal 31 110 212 122 60 0 56 327 105 40
Binary 11001 1001000 10001010 1010010 110000 0 101110 11010111 1000101 100000

Color Harmonies of #19488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19488A

Black with #19488A

Text Example


Text Example

White with #19488A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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