Html Css Color HEX #15395B Regal Blue

📋 copy color: '#15395B'

red 21 ◦ green 57 ◦ blue 91

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

Shades of Regal Blue #15395B

Tints of Regal Blue #15395B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.73%

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

R = 12.43%
G = 33.73%
B = 53.85%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15395B (or 0x15395B) is known color: Regal Blue. HEX triplet: 15, 39 and 5B. RGB value is (21,57,91). Sum of RGB (Red+Green+Blue) = 21+57+91=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #15395B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15395B is #EAC6A4. Grayscale: #313131. Windows color (decimal): -15386277 or 5978389. OLE color: 5978389.

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

Color convert

RGB 21 57 91 -
CMYK 0.77 0.37 0 0.64
HSL 209.14º 0.63% 0.22% -
HSV(B) 209.14º 0.77% 0.36% -
XYZ 3.66 3.84 10.45 -
YUV 50.11 151.07 107.24 -
System Red Green Blue C M Y K H S L
Decimal 21 57 91 0.77 0.37 0 0.64 209.14 0.63 0.22
Hex 15 39 5B 4D 25 0 40 D1 3E 16
Octal 25 71 133 115 45 0 100 321 76 26
Binary 10101 111001 1011011 1001101 100101 0 1000000 11010001 111110 10110

Color Harmonies of #15395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15395B

Black with #15395B

Text Example


Text Example

White with #15395B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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