Html Css Color HEX #15385E Regal Blue

📋 copy color: '#15385E'

red 21 ◦ green 56 ◦ blue 94

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

Shades of Regal Blue #15385E

Tints of Regal Blue #15385E

RGB

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

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

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

R = 12.28%
G = 32.75%
B = 54.97%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15385E (or 0x15385E) is known color: Regal Blue. HEX triplet: 15, 38 and 5E. RGB value is (21,56,94). Sum of RGB (Red+Green+Blue) = 21+56+94=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #15385E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15385E is #EAC7A1. Grayscale: #313131. Windows color (decimal): -15386530 or 6174741. OLE color: 6174741.

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

Color convert

RGB 21 56 94 -
CMYK 0.78 0.40 0 0.63
HSL 211.23º 0.63% 0.23% -
HSV(B) 211.23º 0.78% 0.37% -
XYZ 3.74 3.8 11.13 -
YUV 49.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 21 56 94 0.78 0.40 0 0.63 211.23 0.63 0.23
Hex 15 38 5E 4E 28 0 3F D3 3F 17
Octal 25 70 136 116 50 0 77 323 77 27
Binary 10101 111000 1011110 1001110 101000 0 111111 11010011 111111 10111

Color Harmonies of #15385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15385E

Black with #15385E

Text Example


Text Example

White with #15385E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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