Html Css Color HEX #15394F Regal Blue

📋 copy color: '#15394F'

red 21 ◦ green 57 ◦ blue 79

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

Shades of Regal Blue #15394F

Tints of Regal Blue #15394F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.31%

 BLUE value IS 79 (31.25% from 255) = 50.32%

R = 13.38%
G = 36.31%
B = 50.32%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#15394F (or 0x15394F) is known color: Regal Blue. HEX triplet: 15, 39 and 4F. RGB value is (21,57,79). Sum of RGB (Red+Green+Blue) = 21+57+79=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #15394F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15394F is #EAC6B0. Grayscale: #303030. Windows color (decimal): -15386289 or 5191957. OLE color: 5191957.

HSL color Cylindrical-coordinate representation of color #15394F: hue angle of 202.76º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15394F is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 57 79 -
CMYK 0.73 0.28 0 0.69
HSL 202.76º 0.58% 0.2% -
HSV(B) 202.76º 0.73% 0.31% -
XYZ 3.18 3.65 7.93 -
YUV 48.74 145.07 108.21 -
System Red Green Blue C M Y K H S L
Decimal 21 57 79 0.73 0.28 0 0.69 202.76 0.58 0.2
Hex 15 39 4F 49 1C 0 45 CB 3A 14
Octal 25 71 117 111 34 0 105 313 72 24
Binary 10101 111001 1001111 1001001 11100 0 1000101 11001011 111010 10100

Color Harmonies of #15394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15394F

Black with #15394F

Text Example


Text Example

White with #15394F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,57,79); }

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

background-color css

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

 a { background-color: rgb(21,57,79); }

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

border-color css

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

 span { border-color: rgb(21,57,79); }

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