Html Css Color HEX #19457E Dark Cerulean

📋 copy color: '#19457E'

red 25 ◦ green 69 ◦ blue 126

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

Shades of Dark Cerulean #19457E

Tints of Dark Cerulean #19457E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 57.27%

R = 11.36%
G = 31.36%
B = 57.27%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19457E (or 0x19457E) is known color: Dark Cerulean. HEX triplet: 19, 45 and 7E. RGB value is (25,69,126). Sum of RGB (Red+Green+Blue) = 25+69+126=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 126 (49.61% from 255 or 57.27% from 220); Max value from RGB is 126 - color contains mainly: blue. Hex color #19457E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19457E is #E6BA81. Grayscale: #3E3E3E. Windows color (decimal): -15121026 or 8275225. OLE color: 8275225.

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

Color convert

RGB 25 69 126 -
CMYK 0.80 0.45 0 0.51
HSL 213.86º 0.67% 0.3% -
HSV(B) 213.86º 0.8% 0.49% -
XYZ 6.29 5.97 20.56 -
YUV 62.34 163.92 101.37 -
System Red Green Blue C M Y K H S L
Decimal 25 69 126 0.80 0.45 0 0.51 213.86 0.67 0.3
Hex 19 45 7E 50 2D 0 33 D6 43 1E
Octal 31 105 176 120 55 0 63 326 103 36
Binary 11001 1000101 1111110 1010000 101101 0 110011 11010110 1000011 11110

Color Harmonies of #19457E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19457E

Black with #19457E

Text Example


Text Example

White with #19457E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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