Html Css Color HEX #15345B Regal Blue

📋 copy color: '#15345B'

red 21 ◦ green 52 ◦ blue 91

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

Shades of Regal Blue #15345B

Tints of Regal Blue #15345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.71%

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

R = 12.8%
G = 31.71%
B = 55.49%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15345B (or 0x15345B) is known color: Regal Blue. HEX triplet: 15, 34 and 5B. RGB value is (21,52,91). Sum of RGB (Red+Green+Blue) = 21+52+91=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #15345B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15345B is #EACBA4. Grayscale: #2E2E2E. Windows color (decimal): -15387557 or 5977109. OLE color: 5977109.

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

Color convert

RGB 21 52 91 -
CMYK 0.77 0.43 0 0.64
HSL 213.43º 0.63% 0.22% -
HSV(B) 213.43º 0.77% 0.36% -
XYZ 3.43 3.37 10.37 -
YUV 47.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 21 52 91 0.77 0.43 0 0.64 213.43 0.63 0.22
Hex 15 34 5B 4D 2B 0 40 D5 3E 16
Octal 25 64 133 115 53 0 100 325 76 26
Binary 10101 110100 1011011 1001101 101011 0 1000000 11010101 111110 10110

Color Harmonies of #15345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15345B

Black with #15345B

Text Example


Text Example

White with #15345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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