Html Css Color HEX #19426A Regal Blue

📋 copy color: '#19426A'

red 25 ◦ green 66 ◦ blue 106

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

Shades of Regal Blue #19426A

Tints of Regal Blue #19426A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.5%

 BLUE value IS 106 (41.8% from 255) = 53.81%

R = 12.69%
G = 33.5%
B = 53.81%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19426A (or 0x19426A) is known color: Regal Blue. HEX triplet: 19, 42 and 6A. RGB value is (25,66,106). Sum of RGB (Red+Green+Blue) = 25+66+106=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 106 (41.80% from 255 or 53.81% from 197); Max value from RGB is 106 - color contains mainly: blue. Hex color #19426A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19426A is #E6BD95. Grayscale: #3A3A3A. Windows color (decimal): -15121814 or 6963737. OLE color: 6963737.

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

Color convert

RGB 25 66 106 -
CMYK 0.76 0.38 0 0.58
HSL 209.63º 0.62% 0.26% -
HSV(B) 209.63º 0.76% 0.42% -
XYZ 4.95 5.14 14.37 -
YUV 58.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 25 66 106 0.76 0.38 0 0.58 209.63 0.62 0.26
Hex 19 42 6A 4C 26 0 3A D2 3E 1A
Octal 31 102 152 114 46 0 72 322 76 32
Binary 11001 1000010 1101010 1001100 100110 0 111010 11010010 111110 11010

Color Harmonies of #19426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19426A

Black with #19426A

Text Example


Text Example

White with #19426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19426A; }

 p { color: rgb(25,66,106); }

 H1.HeaderClassName
 {
   color: #19426A;
 }
 .AnyTagClassName
 {
   color: #19426A;
 }
</style>

background-color css

<style>
 a { background-color: #19426A; }

 a { background-color: rgb(25,66,106); }

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

border-color css

<style>
 span { border-color: #19426A; }

 span { border-color: rgb(25,66,106); }

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