Html Css Color HEX #15415E Regal Blue

📋 copy color: '#15415E'

red 21 ◦ green 65 ◦ blue 94

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

Shades of Regal Blue #15415E

Tints of Regal Blue #15415E

RGB

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

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

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

R = 11.67%
G = 36.11%
B = 52.22%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15415E (or 0x15415E) is known color: Regal Blue. HEX triplet: 15, 41 and 5E. RGB value is (21,65,94). Sum of RGB (Red+Green+Blue) = 21+65+94=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 94 (37.11% from 255 or 52.22% from 180); Max value from RGB is 94 - color contains mainly: blue. Hex color #15415E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15415E is #EABEA1. Grayscale: #363636. Windows color (decimal): -15384226 or 6177045. OLE color: 6177045.

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

Color convert

RGB 21 65 94 -
CMYK 0.78 0.31 0 0.63
HSL 203.84º 0.63% 0.23% -
HSV(B) 203.84º 0.78% 0.37% -
XYZ 4.22 4.75 11.28 -
YUV 55.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 21 65 94 0.78 0.31 0 0.63 203.84 0.63 0.23
Hex 15 41 5E 4E 1F 0 3F CC 3F 17
Octal 25 101 136 116 37 0 77 314 77 27
Binary 10101 1000001 1011110 1001110 11111 0 111111 11001100 111111 10111

Color Harmonies of #15415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15415E

Black with #15415E

Text Example


Text Example

White with #15415E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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