Html Css Color HEX #19385D Regal Blue

📋 copy color: '#19385D'

red 25 ◦ green 56 ◦ blue 93

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

Shades of Regal Blue #19385D

Tints of Regal Blue #19385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.18%

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

R = 14.37%
G = 32.18%
B = 53.45%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19385D (or 0x19385D) is known color: Regal Blue. HEX triplet: 19, 38 and 5D. RGB value is (25,56,93). Sum of RGB (Red+Green+Blue) = 25+56+93=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #19385D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19385D is #E6C7A2. Grayscale: #323232. Windows color (decimal): -15124387 or 6109209. OLE color: 6109209.

HSL color Cylindrical-coordinate representation of color #19385D: hue angle of 212.65º 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 #19385D is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 56 93 -
CMYK 0.73 0.40 0 0.64
HSL 212.65º 0.58% 0.23% -
HSV(B) 212.65º 0.73% 0.36% -
XYZ 3.79 3.83 10.89 -
YUV 50.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 25 56 93 0.73 0.40 0 0.64 212.65 0.58 0.23
Hex 19 38 5D 49 28 0 40 D5 3A 17
Octal 31 70 135 111 50 0 100 325 72 27
Binary 11001 111000 1011101 1001001 101000 0 1000000 11010101 111010 10111

Color Harmonies of #19385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19385D

Black with #19385D

Text Example


Text Example

White with #19385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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