Html Css Color HEX #19457D Dark Cerulean

📋 copy color: '#19457D'

red 25 ◦ green 69 ◦ blue 125

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

Shades of Dark Cerulean #19457D

Tints of Dark Cerulean #19457D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.51%

 BLUE value IS 125 (49.22% from 255) = 57.08%

R = 11.42%
G = 31.51%
B = 57.08%

CMYK

 C value IS 0.8

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19457D (or 0x19457D) is known color: Dark Cerulean. HEX triplet: 19, 45 and 7D. RGB value is (25,69,125). Sum of RGB (Red+Green+Blue) = 25+69+125=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #19457D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19457D is #E6BA82. Grayscale: #3D3D3D. Windows color (decimal): -15121027 or 8209689. OLE color: 8209689.

HSL color Cylindrical-coordinate representation of color #19457D: hue angle of 213.6º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19457D is Cyan = 0.8, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 69 125 -
CMYK 0.8 0.45 0 0.51
HSL 213.6º 0.67% 0.29% -
HSV(B) 213.6º 0.8% 0.49% -
XYZ 6.23 5.94 20.22 -
YUV 62.23 163.42 101.45 -
System Red Green Blue C M Y K H S L
Decimal 25 69 125 0.8 0.45 0 0.51 213.6 0.67 0.29
Hex 19 45 7D 50 2D 0 33 D6 43 1D
Octal 31 105 175 120 55 0 63 326 103 35
Binary 11001 1000101 1111101 1010000 101101 0 110011 11010110 1000011 11101

Color Harmonies of #19457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19457D

Black with #19457D

Text Example


Text Example

White with #19457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19457D; }

 p { color: rgb(25,69,125); }

 H1.HeaderClassName
 {
   color: #19457D;
 }
 .AnyTagClassName
 {
   color: #19457D;
 }
</style>

background-color css

<style>
 a { background-color: #19457D; }

 a { background-color: rgb(25,69,125); }

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

border-color css

<style>
 span { border-color: #19457D; }

 span { border-color: rgb(25,69,125); }

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