Html Css Color HEX #15385A Regal Blue

📋 copy color: '#15385A'

red 21 ◦ green 56 ◦ blue 90

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

Shades of Regal Blue #15385A

Tints of Regal Blue #15385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.53%

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

R = 12.57%
G = 33.53%
B = 53.89%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15385A (or 0x15385A) is known color: Regal Blue. HEX triplet: 15, 38 and 5A. RGB value is (21,56,90). Sum of RGB (Red+Green+Blue) = 21+56+90=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #15385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15385A is #EAC7A5. Grayscale: #313131. Windows color (decimal): -15386534 or 5912597. OLE color: 5912597.

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

Color convert

RGB 21 56 90 -
CMYK 0.77 0.38 0 0.65
HSL 209.57º 0.62% 0.22% -
HSV(B) 209.57º 0.77% 0.35% -
XYZ 3.57 3.73 10.2 -
YUV 49.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 21 56 90 0.77 0.38 0 0.65 209.57 0.62 0.22
Hex 15 38 5A 4D 26 0 41 D2 3E 16
Octal 25 70 132 115 46 0 101 322 76 26
Binary 10101 111000 1011010 1001101 100110 0 1000001 11010010 111110 10110

Color Harmonies of #15385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15385A

Black with #15385A

Text Example


Text Example

White with #15385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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