Html Css Color HEX #15375D Regal Blue

📋 copy color: '#15375D'

red 21 ◦ green 55 ◦ blue 93

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

Shades of Regal Blue #15375D

Tints of Regal Blue #15375D

RGB

 RED value IS 21 (8.59% from 255) = 12.43%

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

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

R = 12.43%
G = 32.54%
B = 55.03%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15375D (or 0x15375D) is known color: Regal Blue. HEX triplet: 15, 37 and 5D. RGB value is (21,55,93). Sum of RGB (Red+Green+Blue) = 21+55+93=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #15375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15375D is #EAC8A2. Grayscale: #303030. Windows color (decimal): -15386787 or 6108949. OLE color: 6108949.

HSL color Cylindrical-coordinate representation of color #15375D: hue angle of 211.67º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15375D is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 55 93 -
CMYK 0.77 0.41 0 0.64
HSL 211.67º 0.63% 0.22% -
HSV(B) 211.67º 0.77% 0.36% -
XYZ 3.65 3.68 10.87 -
YUV 49.17 152.74 107.91 -
System Red Green Blue C M Y K H S L
Decimal 21 55 93 0.77 0.41 0 0.64 211.67 0.63 0.22
Hex 15 37 5D 4D 29 0 40 D4 3F 16
Octal 25 67 135 115 51 0 100 324 77 26
Binary 10101 110111 1011101 1001101 101001 0 1000000 11010100 111111 10110

Color Harmonies of #15375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15375D

Black with #15375D

Text Example


Text Example

White with #15375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,55,93); }

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

background-color css

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

 a { background-color: rgb(21,55,93); }

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

border-color css

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

 span { border-color: rgb(21,55,93); }

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