Html Css Color HEX #15365F Regal Blue

📋 copy color: '#15365F'

red 21 ◦ green 54 ◦ blue 95

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

Shades of Regal Blue #15365F

Tints of Regal Blue #15365F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 55.88%

R = 12.35%
G = 31.76%
B = 55.88%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15365F (or 0x15365F) is known color: Regal Blue. HEX triplet: 15, 36 and 5F. RGB value is (21,54,95). Sum of RGB (Red+Green+Blue) = 21+54+95=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #15365F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15365F is #EAC9A0. Grayscale: #303030. Windows color (decimal): -15387041 or 6239765. OLE color: 6239765.

HSL color Cylindrical-coordinate representation of color #15365F: hue angle of 213.24º degrees, saturation: 0.64, 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 #15365F is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 54 95 -
CMYK 0.78 0.43 0 0.63
HSL 213.24º 0.64% 0.23% -
HSV(B) 213.24º 0.78% 0.37% -
XYZ 3.69 3.62 11.33 -
YUV 48.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 21 54 95 0.78 0.43 0 0.63 213.24 0.64 0.23
Hex 15 36 5F 4E 2B 0 3F D5 40 17
Octal 25 66 137 116 53 0 77 325 100 27
Binary 10101 110110 1011111 1001110 101011 0 111111 11010101 1000000 10111

Color Harmonies of #15365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15365F

Black with #15365F

Text Example


Text Example

White with #15365F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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