Html Css Color HEX #19468A Dark Cerulean

📋 copy color: '#19468A'

red 25 ◦ green 70 ◦ blue 138

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

Shades of Dark Cerulean #19468A

Tints of Dark Cerulean #19468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.04%

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

R = 10.73%
G = 30.04%
B = 59.23%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#19468A (or 0x19468A) is known color: Dark Cerulean. HEX triplet: 19, 46 and 8A. RGB value is (25,70,138). Sum of RGB (Red+Green+Blue) = 25+70+138=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #19468A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19468A is #E6B975. Grayscale: #3F3F3F. Windows color (decimal): -15120758 or 9061913. OLE color: 9061913.

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

Color convert

RGB 25 70 138 -
CMYK 0.82 0.49 0 0.46
HSL 216.11º 0.69% 0.32% -
HSV(B) 216.11º 0.82% 0.54% -
XYZ 7.18 6.42 24.91 -
YUV 64.3 169.59 99.97 -
System Red Green Blue C M Y K H S L
Decimal 25 70 138 0.82 0.49 0 0.46 216.11 0.69 0.32
Hex 19 46 8A 52 31 0 2E D8 45 20
Octal 31 106 212 122 61 0 56 330 105 40
Binary 11001 1000110 10001010 1010010 110001 0 101110 11011000 1000101 100000

Color Harmonies of #19468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19468A

Black with #19468A

Text Example


Text Example

White with #19468A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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