Html Css Color HEX #19416A Regal Blue

📋 copy color: '#19416A'

red 25 ◦ green 65 ◦ blue 106

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

Shades of Regal Blue #19416A

Tints of Regal Blue #19416A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.16%

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

R = 12.76%
G = 33.16%
B = 54.08%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19416A (or 0x19416A) is known color: Regal Blue. HEX triplet: 19, 41 and 6A. RGB value is (25,65,106). Sum of RGB (Red+Green+Blue) = 25+65+106=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 106 (41.80% from 255 or 54.08% from 196); Max value from RGB is 106 - color contains mainly: blue. Hex color #19416A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19416A is #E6BE95. Grayscale: #393939. Windows color (decimal): -15122070 or 6963481. OLE color: 6963481.

HSL color Cylindrical-coordinate representation of color #19416A: hue angle of 210.37º 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 #19416A is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 65 106 -
CMYK 0.76 0.39 0 0.58
HSL 210.37º 0.62% 0.26% -
HSV(B) 210.37º 0.76% 0.42% -
XYZ 4.89 5.03 14.35 -
YUV 57.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 25 65 106 0.76 0.39 0 0.58 210.37 0.62 0.26
Hex 19 41 6A 4C 27 0 3A D2 3E 1A
Octal 31 101 152 114 47 0 72 322 76 32
Binary 11001 1000001 1101010 1001100 100111 0 111010 11010010 111110 11010

Color Harmonies of #19416A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19416A

Black with #19416A

Text Example


Text Example

White with #19416A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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