Html Css Color HEX #15415C Regal Blue

📋 copy color: '#15415C'

red 21 ◦ green 65 ◦ blue 92

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

Shades of Regal Blue #15415C

Tints of Regal Blue #15415C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 51.69%

R = 11.8%
G = 36.52%
B = 51.69%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15415C (or 0x15415C) is known color: Regal Blue. HEX triplet: 15, 41 and 5C. RGB value is (21,65,92). Sum of RGB (Red+Green+Blue) = 21+65+92=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #15415C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15415C is #EABEA3. Grayscale: #363636. Windows color (decimal): -15384228 or 6045973. OLE color: 6045973.

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

Color convert

RGB 21 65 92 -
CMYK 0.77 0.29 0 0.64
HSL 202.82º 0.63% 0.22% -
HSV(B) 202.82º 0.77% 0.36% -
XYZ 4.13 4.71 10.82 -
YUV 54.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 21 65 92 0.77 0.29 0 0.64 202.82 0.63 0.22
Hex 15 41 5C 4D 1D 0 40 CB 3F 16
Octal 25 101 134 115 35 0 100 313 77 26
Binary 10101 1000001 1011100 1001101 11101 0 1000000 11001011 111111 10110

Color Harmonies of #15415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15415C

Black with #15415C

Text Example


Text Example

White with #15415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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