Html Css Color HEX #153351 Regal Blue

📋 copy color: '#153351'

red 21 ◦ green 51 ◦ blue 81

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

Shades of Regal Blue #153351

Tints of Regal Blue #153351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 52.94%

R = 13.73%
G = 33.33%
B = 52.94%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#153351 (or 0x153351) is known color: Regal Blue. HEX triplet: 15, 33 and 51. RGB value is (21,51,81). Sum of RGB (Red+Green+Blue) = 21+51+81=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #153351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153351 is #EACCAE. Grayscale: #2D2D2D. Windows color (decimal): -15387823 or 5321493. OLE color: 5321493.

HSL color Cylindrical-coordinate representation of color #153351: hue angle of 210º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153351 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 51 81 -
CMYK 0.74 0.37 0 0.68
HSL 210º 0.59% 0.2% -
HSV(B) 210º 0.74% 0.32% -
XYZ 2.98 3.12 8.23 -
YUV 45.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 21 51 81 0.74 0.37 0 0.68 210 0.59 0.2
Hex 15 33 51 4A 25 0 44 D2 3B 14
Octal 25 63 121 112 45 0 104 322 73 24
Binary 10101 110011 1010001 1001010 100101 0 1000100 11010010 111011 10100

Color Harmonies of #153351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153351

Black with #153351

Text Example


Text Example

White with #153351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153351; }

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

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

background-color css

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

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

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

border-color css

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

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

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