Html Css Color HEX #15365A Regal Blue

📋 copy color: '#15365A'

red 21 ◦ green 54 ◦ blue 90

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

Shades of Regal Blue #15365A

Tints of Regal Blue #15365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.73%

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

R = 12.73%
G = 32.73%
B = 54.55%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15365A (or 0x15365A) is known color: Regal Blue. HEX triplet: 15, 36 and 5A. RGB value is (21,54,90). Sum of RGB (Red+Green+Blue) = 21+54+90=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #15365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15365A is #EAC9A5. Grayscale: #303030. Windows color (decimal): -15387046 or 5912085. OLE color: 5912085.

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

Color convert

RGB 21 54 90 -
CMYK 0.77 0.40 0 0.65
HSL 211.3º 0.62% 0.22% -
HSV(B) 211.3º 0.77% 0.35% -
XYZ 3.47 3.54 10.17 -
YUV 48.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 21 54 90 0.77 0.40 0 0.65 211.3 0.62 0.22
Hex 15 36 5A 4D 28 0 41 D3 3E 16
Octal 25 66 132 115 50 0 101 323 76 26
Binary 10101 110110 1011010 1001101 101000 0 1000001 11010011 111110 10110

Color Harmonies of #15365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15365A

Black with #15365A

Text Example


Text Example

White with #15365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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