Html Css Color HEX #15375C Regal Blue

📋 copy color: '#15375C'

red 21 ◦ green 55 ◦ blue 92

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

Shades of Regal Blue #15375C

Tints of Regal Blue #15375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 54.76%

R = 12.5%
G = 32.74%
B = 54.76%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15375C (or 0x15375C) is known color: Regal Blue. HEX triplet: 15, 37 and 5C. RGB value is (21,55,92). Sum of RGB (Red+Green+Blue) = 21+55+92=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #15375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15375C is #EAC8A3. Grayscale: #303030. Windows color (decimal): -15386788 or 6043413. OLE color: 6043413.

HSL color Cylindrical-coordinate representation of color #15375C: hue angle of 211.27º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15375C is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 55 92 -
CMYK 0.77 0.40 0 0.64
HSL 211.27º 0.63% 0.22% -
HSV(B) 211.27º 0.77% 0.36% -
XYZ 3.61 3.66 10.64 -
YUV 49.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 21 55 92 0.77 0.40 0 0.64 211.27 0.63 0.22
Hex 15 37 5C 4D 28 0 40 D3 3F 16
Octal 25 67 134 115 50 0 100 323 77 26
Binary 10101 110111 1011100 1001101 101000 0 1000000 11010011 111111 10110

Color Harmonies of #15375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15375C

Black with #15375C

Text Example


Text Example

White with #15375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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