Html Css Color HEX #19375C Regal Blue

📋 copy color: '#19375C'

red 25 ◦ green 55 ◦ blue 92

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

Shades of Regal Blue #19375C

Tints of Regal Blue #19375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.98%

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

R = 14.53%
G = 31.98%
B = 53.49%

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

#19375C (or 0x19375C) is known color: Regal Blue. HEX triplet: 19, 37 and 5C. RGB value is (25,55,92). Sum of RGB (Red+Green+Blue) = 25+55+92=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #19375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19375C is #E6C8A3. Grayscale: #323232. Windows color (decimal): -15124644 or 6043417. OLE color: 6043417.

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

Color convert

RGB 25 55 92 -
CMYK 0.73 0.40 0 0.64
HSL 213.13º 0.57% 0.23% -
HSV(B) 213.13º 0.73% 0.36% -
XYZ 3.7 3.71 10.65 -
YUV 50.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 25 55 92 0.73 0.40 0 0.64 213.13 0.57 0.23
Hex 19 37 5C 49 28 0 40 D5 39 17
Octal 31 67 134 111 50 0 100 325 71 27
Binary 11001 110111 1011100 1001001 101000 0 1000000 11010101 111001 10111

Color Harmonies of #19375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19375C

Black with #19375C

Text Example


Text Example

White with #19375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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