Html Css Color HEX #15365E Regal Blue

📋 copy color: '#15365E'

red 21 ◦ green 54 ◦ blue 94

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

Shades of Regal Blue #15365E

Tints of Regal Blue #15365E

RGB

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

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

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

R = 12.43%
G = 31.95%
B = 55.62%

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

#15365E (or 0x15365E) is known color: Regal Blue. HEX triplet: 15, 36 and 5E. RGB value is (21,54,94). Sum of RGB (Red+Green+Blue) = 21+54+94=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #15365E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15365E is #EAC9A1. Grayscale: #303030. Windows color (decimal): -15387042 or 6174229. OLE color: 6174229.

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

Color convert

RGB 21 54 94 -
CMYK 0.78 0.43 0 0.63
HSL 212.88º 0.63% 0.23% -
HSV(B) 212.88º 0.78% 0.37% -
XYZ 3.65 3.61 11.09 -
YUV 48.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 21 54 94 0.78 0.43 0 0.63 212.88 0.63 0.23
Hex 15 36 5E 4E 2B 0 3F D5 3F 17
Octal 25 66 136 116 53 0 77 325 77 27
Binary 10101 110110 1011110 1001110 101011 0 111111 11010101 111111 10111

Color Harmonies of #15365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15365E

Black with #15365E

Text Example


Text Example

White with #15365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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