Html Css Color HEX #15415D Regal Blue

📋 copy color: '#15415D'

red 21 ◦ green 65 ◦ blue 93

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

Shades of Regal Blue #15415D

Tints of Regal Blue #15415D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.31%

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

R = 11.73%
G = 36.31%
B = 51.96%

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

#15415D (or 0x15415D) is known color: Regal Blue. HEX triplet: 15, 41 and 5D. RGB value is (21,65,93). Sum of RGB (Red+Green+Blue) = 21+65+93=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #15415D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15415D is #EABEA2. Grayscale: #363636. Windows color (decimal): -15384227 or 6111509. OLE color: 6111509.

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

Color convert

RGB 21 65 93 -
CMYK 0.77 0.30 0 0.64
HSL 203.33º 0.63% 0.22% -
HSV(B) 203.33º 0.77% 0.36% -
XYZ 4.18 4.73 11.05 -
YUV 55.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 21 65 93 0.77 0.30 0 0.64 203.33 0.63 0.22
Hex 15 41 5D 4D 1E 0 40 CB 3F 16
Octal 25 101 135 115 36 0 100 313 77 26
Binary 10101 1000001 1011101 1001101 11110 0 1000000 11001011 111111 10110

Color Harmonies of #15415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15415D

Black with #15415D

Text Example


Text Example

White with #15415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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