Html Css Color HEX #15415F Regal Blue

📋 copy color: '#15415F'

red 21 ◦ green 65 ◦ blue 95

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

Shades of Regal Blue #15415F

Tints of Regal Blue #15415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 52.49%

R = 11.6%
G = 35.91%
B = 52.49%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15415F (or 0x15415F) is known color: Regal Blue. HEX triplet: 15, 41 and 5F. RGB value is (21,65,95). Sum of RGB (Red+Green+Blue) = 21+65+95=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #15415F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15415F is #EABEA0. Grayscale: #373737. Windows color (decimal): -15384225 or 6242581. OLE color: 6242581.

HSL color Cylindrical-coordinate representation of color #15415F: hue angle of 204.32º degrees, saturation: 0.64, 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 #15415F is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 65 95 -
CMYK 0.78 0.32 0 0.63
HSL 204.32º 0.64% 0.23% -
HSV(B) 204.32º 0.78% 0.37% -
XYZ 4.27 4.77 11.52 -
YUV 55.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 21 65 95 0.78 0.32 0 0.63 204.32 0.64 0.23
Hex 15 41 5F 4E 20 0 3F CC 40 17
Octal 25 101 137 116 40 0 77 314 100 27
Binary 10101 1000001 1011111 1001110 100000 0 111111 11001100 1000000 10111

Color Harmonies of #15415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15415F

Black with #15415F

Text Example


Text Example

White with #15415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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