Html Css Color HEX #15405B Regal Blue

📋 copy color: '#15405B'

red 21 ◦ green 64 ◦ blue 91

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

Shades of Regal Blue #15405B

Tints of Regal Blue #15405B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.36%

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

R = 11.93%
G = 36.36%
B = 51.7%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15405B (or 0x15405B) is known color: Regal Blue. HEX triplet: 15, 40 and 5B. RGB value is (21,64,91). Sum of RGB (Red+Green+Blue) = 21+64+91=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #15405B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15405B is #EABFA4. Grayscale: #363636. Windows color (decimal): -15384485 or 5980181. OLE color: 5980181.

HSL color Cylindrical-coordinate representation of color #15405B: hue angle of 203.14º degrees, saturation: 0.62, 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 #15405B is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 64 91 -
CMYK 0.77 0.30 0 0.64
HSL 203.14º 0.63% 0.22% -
HSV(B) 203.14º 0.77% 0.36% -
XYZ 4.03 4.58 10.57 -
YUV 54.22 148.75 104.3 -
System Red Green Blue C M Y K H S L
Decimal 21 64 91 0.77 0.30 0 0.64 203.14 0.63 0.22
Hex 15 40 5B 4D 1E 0 40 CB 3E 16
Octal 25 100 133 115 36 0 100 313 76 26
Binary 10101 1000000 1011011 1001101 11110 0 1000000 11001011 111110 10110

Color Harmonies of #15405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15405B

Black with #15405B

Text Example


Text Example

White with #15405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,64,91); }

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

background-color css

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

 a { background-color: rgb(21,64,91); }

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

border-color css

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

 span { border-color: rgb(21,64,91); }

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