Html Css Color HEX #15345A Regal Blue

📋 copy color: '#15345A'

red 21 ◦ green 52 ◦ blue 90

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

Shades of Regal Blue #15345A

Tints of Regal Blue #15345A

RGB

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

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

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

R = 12.88%
G = 31.9%
B = 55.21%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15345A (or 0x15345A) is known color: Regal Blue. HEX triplet: 15, 34 and 5A. RGB value is (21,52,90). Sum of RGB (Red+Green+Blue) = 21+52+90=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #15345A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15345A is #EACBA5. Grayscale: #2E2E2E. Windows color (decimal): -15387558 or 5911573. OLE color: 5911573.

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

Color convert

RGB 21 52 90 -
CMYK 0.77 0.42 0 0.65
HSL 213.04º 0.62% 0.22% -
HSV(B) 213.04º 0.77% 0.35% -
XYZ 3.38 3.35 10.14 -
YUV 47.06 152.23 109.41 -
System Red Green Blue C M Y K H S L
Decimal 21 52 90 0.77 0.42 0 0.65 213.04 0.62 0.22
Hex 15 34 5A 4D 2A 0 41 D5 3E 16
Octal 25 64 132 115 52 0 101 325 76 26
Binary 10101 110100 1011010 1001101 101010 0 1000001 11010101 111110 10110

Color Harmonies of #15345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15345A

Black with #15345A

Text Example


Text Example

White with #15345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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