Html Css Color HEX #19468B Dark Cerulean

📋 copy color: '#19468B'

red 25 ◦ green 70 ◦ blue 139

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

Shades of Dark Cerulean #19468B

Tints of Dark Cerulean #19468B

RGB

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

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

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

R = 10.68%
G = 29.91%
B = 59.4%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19468B (or 0x19468B) is known color: Dark Cerulean. HEX triplet: 19, 46 and 8B. RGB value is (25,70,139). Sum of RGB (Red+Green+Blue) = 25+70+139=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #19468B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19468B is #E6B974. Grayscale: #404040. Windows color (decimal): -15120757 or 9127449. OLE color: 9127449.

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

Color convert

RGB 25 70 139 -
CMYK 0.82 0.50 0 0.45
HSL 216.32º 0.7% 0.32% -
HSV(B) 216.32º 0.82% 0.55% -
XYZ 7.25 6.45 25.29 -
YUV 64.41 170.09 99.89 -
System Red Green Blue C M Y K H S L
Decimal 25 70 139 0.82 0.50 0 0.45 216.32 0.7 0.32
Hex 19 46 8B 52 32 0 2D D8 46 20
Octal 31 106 213 122 62 0 55 330 106 40
Binary 11001 1000110 10001011 1010010 110010 0 101101 11011000 1000110 100000

Color Harmonies of #19468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19468B

Black with #19468B

Text Example


Text Example

White with #19468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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