Html Css Color HEX #153350 Regal Blue

📋 copy color: '#153350'

red 21 ◦ green 51 ◦ blue 80

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

Shades of Regal Blue #153350

Tints of Regal Blue #153350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 52.63%

R = 13.82%
G = 33.55%
B = 52.63%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#153350 (or 0x153350) is known color: Regal Blue. HEX triplet: 15, 33 and 50. RGB value is (21,51,80). Sum of RGB (Red+Green+Blue) = 21+51+80=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #153350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153350 is #EACCAF. Grayscale: #2D2D2D. Windows color (decimal): -15387824 or 5255957. OLE color: 5255957.

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

Color convert

RGB 21 51 80 -
CMYK 0.74 0.36 0 0.69
HSL 209.49º 0.58% 0.2% -
HSV(B) 209.49º 0.74% 0.31% -
XYZ 2.94 3.11 8.03 -
YUV 45.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 21 51 80 0.74 0.36 0 0.69 209.49 0.58 0.2
Hex 15 33 50 4A 24 0 45 D1 3A 14
Octal 25 63 120 112 44 0 105 321 72 24
Binary 10101 110011 1010000 1001010 100100 0 1000101 11010001 111010 10100

Color Harmonies of #153350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153350

Black with #153350

Text Example


Text Example

White with #153350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153350; }

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

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

background-color css

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

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

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

border-color css

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

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

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