Html Css Color HEX #15355C Regal Blue

📋 copy color: '#15355C'

red 21 ◦ green 53 ◦ blue 92

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

Shades of Regal Blue #15355C

Tints of Regal Blue #15355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.93%

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

R = 12.65%
G = 31.93%
B = 55.42%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15355C (or 0x15355C) is known color: Regal Blue. HEX triplet: 15, 35 and 5C. RGB value is (21,53,92). Sum of RGB (Red+Green+Blue) = 21+53+92=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 92 (36.33% from 255 or 55.42% from 166); Max value from RGB is 92 - color contains mainly: blue. Hex color #15355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15355C is #EACAA3. Grayscale: #2F2F2F. Windows color (decimal): -15387300 or 6042901. OLE color: 6042901.

HSL color Cylindrical-coordinate representation of color #15355C: hue angle of 212.96º 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 #15355C is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 53 92 -
CMYK 0.77 0.42 0 0.64
HSL 212.96º 0.63% 0.22% -
HSV(B) 212.96º 0.77% 0.36% -
XYZ 3.51 3.48 10.61 -
YUV 47.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 21 53 92 0.77 0.42 0 0.64 212.96 0.63 0.22
Hex 15 35 5C 4D 2A 0 40 D5 3F 16
Octal 25 65 134 115 52 0 100 325 77 26
Binary 10101 110101 1011100 1001101 101010 0 1000000 11010101 111111 10110

Color Harmonies of #15355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15355C

Black with #15355C

Text Example


Text Example

White with #15355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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