Html Css Color HEX #153356 Regal Blue

📋 copy color: '#153356'

red 21 ◦ green 51 ◦ blue 86

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

Shades of Regal Blue #153356

Tints of Regal Blue #153356

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.28%

 BLUE value IS 86 (33.98% from 255) = 54.43%

R = 13.29%
G = 32.28%
B = 54.43%

CMYK

 C value IS 0.76

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#153356 (or 0x153356) is known color: Regal Blue. HEX triplet: 15, 33 and 56. RGB value is (21,51,86). Sum of RGB (Red+Green+Blue) = 21+51+86=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 86 (33.98% from 255 or 54.43% from 158); Max value from RGB is 86 - color contains mainly: blue. Hex color #153356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153356 is #EACCA9. Grayscale: #2D2D2D. Windows color (decimal): -15387818 or 5649173. OLE color: 5649173.

HSL color Cylindrical-coordinate representation of color #153356: hue angle of 212.31º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153356 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 51 86 -
CMYK 0.76 0.41 0 0.66
HSL 212.31º 0.61% 0.21% -
HSV(B) 212.31º 0.76% 0.34% -
XYZ 3.17 3.2 9.25 -
YUV 46.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 21 51 86 0.76 0.41 0 0.66 212.31 0.61 0.21
Hex 15 33 56 4C 29 0 42 D4 3D 15
Octal 25 63 126 114 51 0 102 324 75 25
Binary 10101 110011 1010110 1001100 101001 0 1000010 11010100 111101 10101

Color Harmonies of #153356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153356

Black with #153356

Text Example


Text Example

White with #153356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153356; }

 p { color: rgb(21,51,86); }

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

background-color css

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

 a { background-color: rgb(21,51,86); }

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

border-color css

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

 span { border-color: rgb(21,51,86); }

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