Html Css Color HEX #15395E Regal Blue

📋 copy color: '#15395E'

red 21 ◦ green 57 ◦ blue 94

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

Shades of Regal Blue #15395E

Tints of Regal Blue #15395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.14%

 BLUE value IS 94 (37.11% from 255) = 54.65%

R = 12.21%
G = 33.14%
B = 54.65%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15395E (or 0x15395E) is known color: Regal Blue. HEX triplet: 15, 39 and 5E. RGB value is (21,57,94). Sum of RGB (Red+Green+Blue) = 21+57+94=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #15395E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15395E is #EAC6A1. Grayscale: #323232. Windows color (decimal): -15386274 or 6174997. OLE color: 6174997.

HSL color Cylindrical-coordinate representation of color #15395E: hue angle of 210.41º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15395E is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 57 94 -
CMYK 0.78 0.39 0 0.63
HSL 210.41º 0.63% 0.23% -
HSV(B) 210.41º 0.78% 0.37% -
XYZ 3.79 3.89 11.14 -
YUV 50.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 21 57 94 0.78 0.39 0 0.63 210.41 0.63 0.23
Hex 15 39 5E 4E 27 0 3F D2 3F 17
Octal 25 71 136 116 47 0 77 322 77 27
Binary 10101 111001 1011110 1001110 100111 0 111111 11010010 111111 10111

Color Harmonies of #15395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15395E

Black with #15395E

Text Example


Text Example

White with #15395E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15395E; }

 p { color: rgb(21,57,94); }

 H1.HeaderClassName
 {
   color: #15395E;
 }
 .AnyTagClassName
 {
   color: #15395E;
 }
</style>

background-color css

<style>
 a { background-color: #15395E; }

 a { background-color: rgb(21,57,94); }

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

border-color css

<style>
 span { border-color: #15395E; }

 span { border-color: rgb(21,57,94); }

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