Html Css Color HEX #15375A Regal Blue

📋 copy color: '#15375A'

red 21 ◦ green 55 ◦ blue 90

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

Shades of Regal Blue #15375A

Tints of Regal Blue #15375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.13%

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

R = 12.65%
G = 33.13%
B = 54.22%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#15375A (or 0x15375A) is known color: Regal Blue. HEX triplet: 15, 37 and 5A. RGB value is (21,55,90). Sum of RGB (Red+Green+Blue) = 21+55+90=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #15375A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15375A is #EAC8A5. Grayscale: #303030. Windows color (decimal): -15386790 or 5912341. OLE color: 5912341.

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

Color convert

RGB 21 55 90 -
CMYK 0.77 0.39 0 0.65
HSL 210.43º 0.62% 0.22% -
HSV(B) 210.43º 0.77% 0.35% -
XYZ 3.52 3.63 10.19 -
YUV 48.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 21 55 90 0.77 0.39 0 0.65 210.43 0.62 0.22
Hex 15 37 5A 4D 27 0 41 D2 3E 16
Octal 25 67 132 115 47 0 101 322 76 26
Binary 10101 110111 1011010 1001101 100111 0 1000001 11010010 111110 10110

Color Harmonies of #15375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15375A

Black with #15375A

Text Example


Text Example

White with #15375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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