Html Css Color HEX #153D63 Regal Blue

📋 copy color: '#153D63'

red 21 ◦ green 61 ◦ blue 99

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

Shades of Regal Blue #153D63

Tints of Regal Blue #153D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 54.7%

R = 11.6%
G = 33.7%
B = 54.7%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#153D63 (or 0x153D63) is known color: Regal Blue. HEX triplet: 15, 3D and 63. RGB value is (21,61,99). Sum of RGB (Red+Green+Blue) = 21+61+99=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #153D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D63 is #EAC29C. Grayscale: #353535. Windows color (decimal): -15385245 or 6503701. OLE color: 6503701.

HSL color Cylindrical-coordinate representation of color #153D63: hue angle of 209.23º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153D63 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 61 99 -
CMYK 0.79 0.38 0 0.61
HSL 209.23º 0.65% 0.24% -
HSV(B) 209.23º 0.79% 0.39% -
XYZ 4.23 4.4 12.43 -
YUV 53.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 21 61 99 0.79 0.38 0 0.61 209.23 0.65 0.24
Hex 15 3D 63 4F 26 0 3D D1 41 18
Octal 25 75 143 117 46 0 75 321 101 30
Binary 10101 111101 1100011 1001111 100110 0 111101 11010001 1000001 11000

Color Harmonies of #153D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D63

Black with #153D63

Text Example


Text Example

White with #153D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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