Html Css Color HEX #19395F Regal Blue

📋 copy color: '#19395F'

red 25 ◦ green 57 ◦ blue 95

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

Shades of Regal Blue #19395F

Tints of Regal Blue #19395F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.2%

 BLUE value IS 95 (37.5% from 255) = 53.67%

R = 14.12%
G = 32.2%
B = 53.67%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19395F (or 0x19395F) is known color: Regal Blue. HEX triplet: 19, 39 and 5F. RGB value is (25,57,95). Sum of RGB (Red+Green+Blue) = 25+57+95=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #19395F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19395F is #E6C6A0. Grayscale: #333333. Windows color (decimal): -15124129 or 6240537. OLE color: 6240537.

HSL color Cylindrical-coordinate representation of color #19395F: hue angle of 212.57º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19395F is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 57 95 -
CMYK 0.74 0.40 0 0.63
HSL 212.57º 0.58% 0.24% -
HSV(B) 212.57º 0.74% 0.37% -
XYZ 3.93 3.96 11.38 -
YUV 51.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 25 57 95 0.74 0.40 0 0.63 212.57 0.58 0.24
Hex 19 39 5F 4A 28 0 3F D5 3A 18
Octal 31 71 137 112 50 0 77 325 72 30
Binary 11001 111001 1011111 1001010 101000 0 111111 11010101 111010 11000

Color Harmonies of #19395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19395F

Black with #19395F

Text Example


Text Example

White with #19395F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19395F; }

 p { color: rgb(25,57,95); }

 H1.HeaderClassName
 {
   color: #19395F;
 }
 .AnyTagClassName
 {
   color: #19395F;
 }
</style>

background-color css

<style>
 a { background-color: #19395F; }

 a { background-color: rgb(25,57,95); }

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

border-color css

<style>
 span { border-color: #19395F; }

 span { border-color: rgb(25,57,95); }

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