Html Css Color HEX #19385C Regal Blue

📋 copy color: '#19385C'

red 25 ◦ green 56 ◦ blue 92

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

Shades of Regal Blue #19385C

Tints of Regal Blue #19385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 53.18%

R = 14.45%
G = 32.37%
B = 53.18%

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

#19385C (or 0x19385C) is known color: Regal Blue. HEX triplet: 19, 38 and 5C. RGB value is (25,56,92). Sum of RGB (Red+Green+Blue) = 25+56+92=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #19385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19385C is #E6C7A3. Grayscale: #323232. Windows color (decimal): -15124388 or 6043673. OLE color: 6043673.

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

Color convert

RGB 25 56 92 -
CMYK 0.73 0.39 0 0.64
HSL 212.24º 0.57% 0.23% -
HSV(B) 212.24º 0.73% 0.36% -
XYZ 3.75 3.81 10.66 -
YUV 50.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 25 56 92 0.73 0.39 0 0.64 212.24 0.57 0.23
Hex 19 38 5C 49 27 0 40 D4 39 17
Octal 31 70 134 111 47 0 100 324 71 27
Binary 11001 111000 1011100 1001001 100111 0 1000000 11010100 111001 10111

Color Harmonies of #19385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19385C

Black with #19385C

Text Example


Text Example

White with #19385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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