Html Css Color HEX #19458C Dark Cerulean

📋 copy color: '#19458C'

red 25 ◦ green 69 ◦ blue 140

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

Shades of Dark Cerulean #19458C

Tints of Dark Cerulean #19458C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.83%

R = 10.68%
G = 29.49%
B = 59.83%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19458C (or 0x19458C) is known color: Dark Cerulean. HEX triplet: 19, 45 and 8C. RGB value is (25,69,140). Sum of RGB (Red+Green+Blue) = 25+69+140=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #19458C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19458C is #E6BA73. Grayscale: #3F3F3F. Windows color (decimal): -15121012 or 9192729. OLE color: 9192729.

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

Color convert

RGB 25 69 140 -
CMYK 0.82 0.51 0 0.45
HSL 217.04º 0.7% 0.32% -
HSV(B) 217.04º 0.82% 0.55% -
XYZ 7.26 6.36 25.66 -
YUV 63.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 25 69 140 0.82 0.51 0 0.45 217.04 0.7 0.32
Hex 19 45 8C 52 33 0 2D D9 46 20
Octal 31 105 214 122 63 0 55 331 106 40
Binary 11001 1000101 10001100 1010010 110011 0 101101 11011001 1000110 100000

Color Harmonies of #19458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19458C

Black with #19458C

Text Example


Text Example

White with #19458C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19458C; }

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

 H1.HeaderClassName
 {
   color: #19458C;
 }
 .AnyTagClassName
 {
   color: #19458C;
 }
</style>

background-color css

<style>
 a { background-color: #19458C; }

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

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

border-color css

<style>
 span { border-color: #19458C; }

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

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