Html Css Color HEX #19456C Regal Blue

📋 copy color: '#19456C'

red 25 ◦ green 69 ◦ blue 108

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

Shades of Regal Blue #19456C

Tints of Regal Blue #19456C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 53.47%

R = 12.38%
G = 34.16%
B = 53.47%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19456C (or 0x19456C) is known color: Regal Blue. HEX triplet: 19, 45 and 6C. RGB value is (25,69,108). Sum of RGB (Red+Green+Blue) = 25+69+108=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #19456C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19456C is #E6BA93. Grayscale: #3C3C3C. Windows color (decimal): -15121044 or 7095577. OLE color: 7095577.

HSL color Cylindrical-coordinate representation of color #19456C: hue angle of 208.19º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19456C is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 69 108 -
CMYK 0.77 0.36 0 0.58
HSL 208.19º 0.62% 0.26% -
HSV(B) 208.19º 0.77% 0.42% -
XYZ 5.24 5.55 14.98 -
YUV 60.29 154.92 102.83 -
System Red Green Blue C M Y K H S L
Decimal 25 69 108 0.77 0.36 0 0.58 208.19 0.62 0.26
Hex 19 45 6C 4D 24 0 3A D0 3E 1A
Octal 31 105 154 115 44 0 72 320 76 32
Binary 11001 1000101 1101100 1001101 100100 0 111010 11010000 111110 11010

Color Harmonies of #19456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19456C

Black with #19456C

Text Example


Text Example

White with #19456C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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