Html Css Color HEX #19385B Regal Blue

📋 copy color: '#19385B'

red 25 ◦ green 56 ◦ blue 91

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

Shades of Regal Blue #19385B

Tints of Regal Blue #19385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 52.91%

R = 14.53%
G = 32.56%
B = 52.91%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#19385B (or 0x19385B) is known color: Regal Blue. HEX triplet: 19, 38 and 5B. RGB value is (25,56,91). Sum of RGB (Red+Green+Blue) = 25+56+91=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #19385B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19385B is #E6C7A4. Grayscale: #323232. Windows color (decimal): -15124389 or 5978137. OLE color: 5978137.

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

Color convert

RGB 25 56 91 -
CMYK 0.73 0.38 0 0.64
HSL 211.82º 0.57% 0.23% -
HSV(B) 211.82º 0.73% 0.36% -
XYZ 3.7 3.79 10.43 -
YUV 50.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 25 56 91 0.73 0.38 0 0.64 211.82 0.57 0.23
Hex 19 38 5B 49 26 0 40 D4 39 17
Octal 31 70 133 111 46 0 100 324 71 27
Binary 11001 111000 1011011 1001001 100110 0 1000000 11010100 111001 10111

Color Harmonies of #19385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19385B

Black with #19385B

Text Example


Text Example

White with #19385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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