Html Css Color HEX #153153 Regal Blue

📋 copy color: '#153153'

red 21 ◦ green 49 ◦ blue 83

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

Shades of Regal Blue #153153

Tints of Regal Blue #153153

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.03%

 BLUE value IS 83 (32.81% from 255) = 54.25%

R = 13.73%
G = 32.03%
B = 54.25%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#153153 (or 0x153153) is known color: Regal Blue. HEX triplet: 15, 31 and 53. RGB value is (21,49,83). Sum of RGB (Red+Green+Blue) = 21+49+83=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #153153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153153 is #EACEAC. Grayscale: #2C2C2C. Windows color (decimal): -15388333 or 5452053. OLE color: 5452053.

HSL color Cylindrical-coordinate representation of color #153153: hue angle of 212.9º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #153153 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 49 83 -
CMYK 0.75 0.41 0 0.67
HSL 212.9º 0.6% 0.2% -
HSV(B) 212.9º 0.75% 0.33% -
XYZ 2.97 2.98 8.6 -
YUV 44.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 21 49 83 0.75 0.41 0 0.67 212.9 0.6 0.2
Hex 15 31 53 4B 29 0 43 D5 3C 14
Octal 25 61 123 113 51 0 103 325 74 24
Binary 10101 110001 1010011 1001011 101001 0 1000011 11010101 111100 10100

Color Harmonies of #153153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153153

Black with #153153

Text Example


Text Example

White with #153153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153153; }

 p { color: rgb(21,49,83); }

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

background-color css

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

 a { background-color: rgb(21,49,83); }

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

border-color css

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

 span { border-color: rgb(21,49,83); }

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