Html Css Color HEX #153D53 Regal Blue

📋 copy color: '#153D53'

red 21 ◦ green 61 ◦ blue 83

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

Shades of Regal Blue #153D53

Tints of Regal Blue #153D53

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.97%

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

R = 12.73%
G = 36.97%
B = 50.3%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#153D53 (or 0x153D53) is known color: Regal Blue. HEX triplet: 15, 3D and 53. RGB value is (21,61,83). Sum of RGB (Red+Green+Blue) = 21+61+83=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #153D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D53 is #EAC2AC. Grayscale: #333333. Windows color (decimal): -15385261 or 5455125. OLE color: 5455125.

HSL color Cylindrical-coordinate representation of color #153D53: hue angle of 201.29º 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 #153D53 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 61 83 -
CMYK 0.75 0.27 0 0.67
HSL 201.29º 0.6% 0.2% -
HSV(B) 201.29º 0.75% 0.33% -
XYZ 3.54 4.12 8.79 -
YUV 51.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 21 61 83 0.75 0.27 0 0.67 201.29 0.6 0.2
Hex 15 3D 53 4B 1B 0 43 C9 3C 14
Octal 25 75 123 113 33 0 103 311 74 24
Binary 10101 111101 1010011 1001011 11011 0 1000011 11001001 111100 10100

Color Harmonies of #153D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D53

Black with #153D53

Text Example


Text Example

White with #153D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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