Html Css Color HEX #15355A Regal Blue

📋 copy color: '#15355A'

red 21 ◦ green 53 ◦ blue 90

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

Shades of Regal Blue #15355A

Tints of Regal Blue #15355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 54.88%

R = 12.8%
G = 32.32%
B = 54.88%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15355A (or 0x15355A) is known color: Regal Blue. HEX triplet: 15, 35 and 5A. RGB value is (21,53,90). Sum of RGB (Red+Green+Blue) = 21+53+90=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #15355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15355A is #EACAA5. Grayscale: #2F2F2F. Windows color (decimal): -15387302 or 5911829. OLE color: 5911829.

HSL color Cylindrical-coordinate representation of color #15355A: hue angle of 212.17º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15355A is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 53 90 -
CMYK 0.77 0.41 0 0.65
HSL 212.17º 0.62% 0.22% -
HSV(B) 212.17º 0.77% 0.35% -
XYZ 3.43 3.44 10.16 -
YUV 47.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 21 53 90 0.77 0.41 0 0.65 212.17 0.62 0.22
Hex 15 35 5A 4D 29 0 41 D4 3E 16
Octal 25 65 132 115 51 0 101 324 76 26
Binary 10101 110101 1011010 1001101 101001 0 1000001 11010100 111110 10110

Color Harmonies of #15355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15355A

Black with #15355A

Text Example


Text Example

White with #15355A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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