Html Css Color HEX #15335B Regal Blue

📋 copy color: '#15335B'

red 21 ◦ green 51 ◦ blue 91

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

Shades of Regal Blue #15335B

Tints of Regal Blue #15335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.29%

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

R = 12.88%
G = 31.29%
B = 55.83%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15335B (or 0x15335B) is known color: Regal Blue. HEX triplet: 15, 33 and 5B. RGB value is (21,51,91). Sum of RGB (Red+Green+Blue) = 21+51+91=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #15335B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15335B is #EACCA4. Grayscale: #2E2E2E. Windows color (decimal): -15387813 or 5976853. OLE color: 5976853.

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

Color convert

RGB 21 51 91 -
CMYK 0.77 0.44 0 0.64
HSL 214.29º 0.63% 0.22% -
HSV(B) 214.29º 0.77% 0.36% -
XYZ 3.38 3.28 10.35 -
YUV 46.59 153.06 109.75 -
System Red Green Blue C M Y K H S L
Decimal 21 51 91 0.77 0.44 0 0.64 214.29 0.63 0.22
Hex 15 33 5B 4D 2C 0 40 D6 3E 16
Octal 25 63 133 115 54 0 100 326 76 26
Binary 10101 110011 1011011 1001101 101100 0 1000000 11010110 111110 10110

Color Harmonies of #15335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15335B

Black with #15335B

Text Example


Text Example

White with #15335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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