Html Css Color HEX #15355B Regal Blue

📋 copy color: '#15355B'

red 21 ◦ green 53 ◦ blue 91

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

Shades of Regal Blue #15355B

Tints of Regal Blue #15355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.12%

 BLUE value IS 91 (35.94% from 255) = 55.15%

R = 12.73%
G = 32.12%
B = 55.15%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15355B (or 0x15355B) is known color: Regal Blue. HEX triplet: 15, 35 and 5B. RGB value is (21,53,91). Sum of RGB (Red+Green+Blue) = 21+53+91=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #15355B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15355B is #EACAA4. Grayscale: #2F2F2F. Windows color (decimal): -15387301 or 5977365. OLE color: 5977365.

HSL color Cylindrical-coordinate representation of color #15355B: hue angle of 212.57º degrees, saturation: 0.62, 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 #15355B is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 53 91 -
CMYK 0.77 0.42 0 0.64
HSL 212.57º 0.63% 0.22% -
HSV(B) 212.57º 0.77% 0.36% -
XYZ 3.47 3.46 10.38 -
YUV 47.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 21 53 91 0.77 0.42 0 0.64 212.57 0.63 0.22
Hex 15 35 5B 4D 2A 0 40 D5 3E 16
Octal 25 65 133 115 52 0 100 325 76 26
Binary 10101 110101 1011011 1001101 101010 0 1000000 11010101 111110 10110

Color Harmonies of #15355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15355B

Black with #15355B

Text Example


Text Example

White with #15355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15355B; }

 p { color: rgb(21,53,91); }

 H1.HeaderClassName
 {
   color: #15355B;
 }
 .AnyTagClassName
 {
   color: #15355B;
 }
</style>

background-color css

<style>
 a { background-color: #15355B; }

 a { background-color: rgb(21,53,91); }

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

border-color css

<style>
 span { border-color: #15355B; }

 span { border-color: rgb(21,53,91); }

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