Html Css Color HEX #19395D Regal Blue

📋 copy color: '#19395D'

red 25 ◦ green 57 ◦ blue 93

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

Shades of Regal Blue #19395D

Tints of Regal Blue #19395D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 53.14%

R = 14.29%
G = 32.57%
B = 53.14%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19395D (or 0x19395D) is known color: Regal Blue. HEX triplet: 19, 39 and 5D. RGB value is (25,57,93). Sum of RGB (Red+Green+Blue) = 25+57+93=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #19395D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19395D is #E6C6A2. Grayscale: #333333. Windows color (decimal): -15124131 or 6109465. OLE color: 6109465.

HSL color Cylindrical-coordinate representation of color #19395D: hue angle of 211.76º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19395D is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 57 93 -
CMYK 0.73 0.39 0 0.64
HSL 211.76º 0.58% 0.23% -
HSV(B) 211.76º 0.73% 0.36% -
XYZ 3.84 3.92 10.91 -
YUV 51.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 25 57 93 0.73 0.39 0 0.64 211.76 0.58 0.23
Hex 19 39 5D 49 27 0 40 D4 3A 17
Octal 31 71 135 111 47 0 100 324 72 27
Binary 11001 111001 1011101 1001001 100111 0 1000000 11010100 111010 10111

Color Harmonies of #19395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19395D

Black with #19395D

Text Example


Text Example

White with #19395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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