Html Css Color HEX #153C5A Regal Blue

📋 copy color: '#153C5A'

red 21 ◦ green 60 ◦ blue 90

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

Shades of Regal Blue #153C5A

Tints of Regal Blue #153C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 52.63%

R = 12.28%
G = 35.09%
B = 52.63%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#153C5A (or 0x153C5A) is known color: Regal Blue. HEX triplet: 15, 3C and 5A. RGB value is (21,60,90). Sum of RGB (Red+Green+Blue) = 21+60+90=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #153C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C5A is #EAC3A5. Grayscale: #333333. Windows color (decimal): -15385510 or 5913621. OLE color: 5913621.

HSL color Cylindrical-coordinate representation of color #153C5A: hue angle of 206.09º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #153C5A is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 60 90 -
CMYK 0.77 0.33 0 0.65
HSL 206.09º 0.62% 0.22% -
HSV(B) 206.09º 0.77% 0.35% -
XYZ 3.77 4.13 10.27 -
YUV 51.76 149.58 106.06 -
System Red Green Blue C M Y K H S L
Decimal 21 60 90 0.77 0.33 0 0.65 206.09 0.62 0.22
Hex 15 3C 5A 4D 21 0 41 CE 3E 16
Octal 25 74 132 115 41 0 101 316 76 26
Binary 10101 111100 1011010 1001101 100001 0 1000001 11001110 111110 10110

Color Harmonies of #153C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C5A

Black with #153C5A

Text Example


Text Example

White with #153C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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