Html Css Color HEX #19385E Regal Blue

📋 copy color: '#19385E'

red 25 ◦ green 56 ◦ blue 94

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

Shades of Regal Blue #19385E

Tints of Regal Blue #19385E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 53.71%

R = 14.29%
G = 32%
B = 53.71%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19385E (or 0x19385E) is known color: Regal Blue. HEX triplet: 19, 38 and 5E. RGB value is (25,56,94). Sum of RGB (Red+Green+Blue) = 25+56+94=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 94 (37.11% from 255 or 53.71% from 175); Max value from RGB is 94 - color contains mainly: blue. Hex color #19385E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19385E is #E6C7A1. Grayscale: #323232. Windows color (decimal): -15124386 or 6174745. OLE color: 6174745.

HSL color Cylindrical-coordinate representation of color #19385E: hue angle of 213.04º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19385E is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 25 56 94 -
CMYK 0.73 0.40 0 0.63
HSL 213.04º 0.58% 0.23% -
HSV(B) 213.04º 0.73% 0.37% -
XYZ 3.84 3.84 11.13 -
YUV 51.06 152.23 109.41 -
System Red Green Blue C M Y K H S L
Decimal 25 56 94 0.73 0.40 0 0.63 213.04 0.58 0.23
Hex 19 38 5E 49 28 0 3F D5 3A 17
Octal 31 70 136 111 50 0 77 325 72 27
Binary 11001 111000 1011110 1001001 101000 0 111111 11010101 111010 10111

Color Harmonies of #19385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19385E

Black with #19385E

Text Example


Text Example

White with #19385E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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