Html Css Color HEX #15345D Regal Blue

📋 copy color: '#15345D'

red 21 ◦ green 52 ◦ blue 93

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

Shades of Regal Blue #15345D

Tints of Regal Blue #15345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 56.02%

R = 12.65%
G = 31.33%
B = 56.02%

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

#15345D (or 0x15345D) is known color: Regal Blue. HEX triplet: 15, 34 and 5D. RGB value is (21,52,93). Sum of RGB (Red+Green+Blue) = 21+52+93=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #15345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15345D is #EACBA2. Grayscale: #2F2F2F. Windows color (decimal): -15387555 or 6108181. OLE color: 6108181.

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

Color convert

RGB 21 52 93 -
CMYK 0.77 0.44 0 0.64
HSL 214.17º 0.63% 0.22% -
HSV(B) 214.17º 0.77% 0.36% -
XYZ 3.51 3.41 10.83 -
YUV 47.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 21 52 93 0.77 0.44 0 0.64 214.17 0.63 0.22
Hex 15 34 5D 4D 2C 0 40 D6 3F 16
Octal 25 64 135 115 54 0 100 326 77 26
Binary 10101 110100 1011101 1001101 101100 0 1000000 11010110 111111 10110

Color Harmonies of #15345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15345D

Black with #15345D

Text Example


Text Example

White with #15345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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