Html Css Color HEX #15375E Regal Blue

📋 copy color: '#15375E'

red 21 ◦ green 55 ◦ blue 94

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

Shades of Regal Blue #15375E

Tints of Regal Blue #15375E

RGB

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

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

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

R = 12.35%
G = 32.35%
B = 55.29%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15375E (or 0x15375E) is known color: Regal Blue. HEX triplet: 15, 37 and 5E. RGB value is (21,55,94). Sum of RGB (Red+Green+Blue) = 21+55+94=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #15375E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15375E is #EAC8A1. Grayscale: #313131. Windows color (decimal): -15386786 or 6174485. OLE color: 6174485.

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

Color convert

RGB 21 55 94 -
CMYK 0.78 0.41 0 0.63
HSL 212.05º 0.63% 0.23% -
HSV(B) 212.05º 0.78% 0.37% -
XYZ 3.7 3.7 11.11 -
YUV 49.28 153.24 107.83 -
System Red Green Blue C M Y K H S L
Decimal 21 55 94 0.78 0.41 0 0.63 212.05 0.63 0.23
Hex 15 37 5E 4E 29 0 3F D4 3F 17
Octal 25 67 136 116 51 0 77 324 77 27
Binary 10101 110111 1011110 1001110 101001 0 111111 11010100 111111 10111

Color Harmonies of #15375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15375E

Black with #15375E

Text Example


Text Example

White with #15375E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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