Html Css Color HEX #19365A Regal Blue

📋 copy color: '#19365A'

red 25 ◦ green 54 ◦ blue 90

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

Shades of Regal Blue #19365A

Tints of Regal Blue #19365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.95%

 BLUE value IS 90 (35.55% from 255) = 53.25%

R = 14.79%
G = 31.95%
B = 53.25%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#19365A (or 0x19365A) is known color: Regal Blue. HEX triplet: 19, 36 and 5A. RGB value is (25,54,90). Sum of RGB (Red+Green+Blue) = 25+54+90=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #19365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19365A is #E6C9A5. Grayscale: #313131. Windows color (decimal): -15124902 or 5912089. OLE color: 5912089.

HSL color Cylindrical-coordinate representation of color #19365A: hue angle of 213.23º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19365A is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 54 90 -
CMYK 0.72 0.40 0 0.65
HSL 213.23º 0.57% 0.23% -
HSV(B) 213.23º 0.72% 0.35% -
XYZ 3.57 3.58 10.18 -
YUV 49.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 25 54 90 0.72 0.40 0 0.65 213.23 0.57 0.23
Hex 19 36 5A 48 28 0 41 D5 39 17
Octal 31 66 132 110 50 0 101 325 71 27
Binary 11001 110110 1011010 1001000 101000 0 1000001 11010101 111001 10111

Color Harmonies of #19365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19365A

Black with #19365A

Text Example


Text Example

White with #19365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,54,90); }

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

background-color css

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

 a { background-color: rgb(25,54,90); }

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

border-color css

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

 span { border-color: rgb(25,54,90); }

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