Html Css Color HEX #153C53 Regal Blue

📋 copy color: '#153C53'

red 21 ◦ green 60 ◦ blue 83

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

Shades of Regal Blue #153C53

Tints of Regal Blue #153C53

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.59%

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

R = 12.8%
G = 36.59%
B = 50.61%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#153C53 (or 0x153C53) is known color: Regal Blue. HEX triplet: 15, 3C and 53. RGB value is (21,60,83). Sum of RGB (Red+Green+Blue) = 21+60+83=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #153C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C53 is #EAC3AC. Grayscale: #323232. Windows color (decimal): -15385517 or 5454869. OLE color: 5454869.

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

Color convert

RGB 21 60 83 -
CMYK 0.75 0.28 0 0.67
HSL 202.26º 0.6% 0.2% -
HSV(B) 202.26º 0.75% 0.33% -
XYZ 3.49 4.02 8.77 -
YUV 50.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 21 60 83 0.75 0.28 0 0.67 202.26 0.6 0.2
Hex 15 3C 53 4B 1C 0 43 CA 3C 14
Octal 25 74 123 113 34 0 103 312 74 24
Binary 10101 111100 1010011 1001011 11100 0 1000011 11001010 111100 10100

Color Harmonies of #153C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C53

Black with #153C53

Text Example


Text Example

White with #153C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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