Html Css Color HEX #15405D Regal Blue

📋 copy color: '#15405D'

red 21 ◦ green 64 ◦ blue 93

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

Shades of Regal Blue #15405D

Tints of Regal Blue #15405D

RGB

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

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

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

R = 11.8%
G = 35.96%
B = 52.25%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15405D (or 0x15405D) is known color: Regal Blue. HEX triplet: 15, 40 and 5D. RGB value is (21,64,93). Sum of RGB (Red+Green+Blue) = 21+64+93=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #15405D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15405D is #EABFA2. Grayscale: #363636. Windows color (decimal): -15384483 or 6111253. OLE color: 6111253.

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

Color convert

RGB 21 64 93 -
CMYK 0.77 0.31 0 0.64
HSL 204.17º 0.63% 0.22% -
HSV(B) 204.17º 0.77% 0.36% -
XYZ 4.12 4.62 11.03 -
YUV 54.45 149.75 104.14 -
System Red Green Blue C M Y K H S L
Decimal 21 64 93 0.77 0.31 0 0.64 204.17 0.63 0.22
Hex 15 40 5D 4D 1F 0 40 CC 3F 16
Octal 25 100 135 115 37 0 100 314 77 26
Binary 10101 1000000 1011101 1001101 11111 0 1000000 11001100 111111 10110

Color Harmonies of #15405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15405D

Black with #15405D

Text Example


Text Example

White with #15405D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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