Html Css Color HEX #15375F Regal Blue

📋 copy color: '#15375F'

red 21 ◦ green 55 ◦ blue 95

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

Shades of Regal Blue #15375F

Tints of Regal Blue #15375F

RGB

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

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

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

R = 12.28%
G = 32.16%
B = 55.56%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15375F (or 0x15375F) is known color: Regal Blue. HEX triplet: 15, 37 and 5F. RGB value is (21,55,95). Sum of RGB (Red+Green+Blue) = 21+55+95=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #15375F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15375F is #EAC8A0. Grayscale: #313131. Windows color (decimal): -15386785 or 6240021. OLE color: 6240021.

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

Color convert

RGB 21 55 95 -
CMYK 0.78 0.42 0 0.63
HSL 212.43º 0.64% 0.23% -
HSV(B) 212.43º 0.78% 0.37% -
XYZ 3.74 3.72 11.35 -
YUV 49.39 153.74 107.75 -
System Red Green Blue C M Y K H S L
Decimal 21 55 95 0.78 0.42 0 0.63 212.43 0.64 0.23
Hex 15 37 5F 4E 2A 0 3F D4 40 17
Octal 25 67 137 116 52 0 77 324 100 27
Binary 10101 110111 1011111 1001110 101010 0 111111 11010100 1000000 10111

Color Harmonies of #15375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15375F

Black with #15375F

Text Example


Text Example

White with #15375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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