Html Css Color HEX #19408A Dark Cerulean

📋 copy color: '#19408A'

red 25 ◦ green 64 ◦ blue 138

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

Shades of Dark Cerulean #19408A

Tints of Dark Cerulean #19408A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.19%

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

R = 11.01%
G = 28.19%
B = 60.79%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#19408A (or 0x19408A) is known color: Dark Cerulean. HEX triplet: 19, 40 and 8A. RGB value is (25,64,138). Sum of RGB (Red+Green+Blue) = 25+64+138=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #19408A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19408A is #E6BF75. Grayscale: #3C3C3C. Windows color (decimal): -15122294 or 9060377. OLE color: 9060377.

HSL color Cylindrical-coordinate representation of color #19408A: hue angle of 219.29º 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 #19408A is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 64 138 -
CMYK 0.82 0.54 0 0.46
HSL 219.29º 0.69% 0.32% -
HSV(B) 219.29º 0.82% 0.54% -
XYZ 6.82 5.71 24.79 -
YUV 60.78 171.58 102.48 -
System Red Green Blue C M Y K H S L
Decimal 25 64 138 0.82 0.54 0 0.46 219.29 0.69 0.32
Hex 19 40 8A 52 36 0 2E DB 45 20
Octal 31 100 212 122 66 0 56 333 105 40
Binary 11001 1000000 10001010 1010010 110110 0 101110 11011011 1000101 100000

Color Harmonies of #19408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19408A

Black with #19408A

Text Example


Text Example

White with #19408A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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