Html Css Color HEX #153B63 Regal Blue

📋 copy color: '#153B63'

red 21 ◦ green 59 ◦ blue 99

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

Shades of Regal Blue #153B63

Tints of Regal Blue #153B63

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.96%

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

R = 11.73%
G = 32.96%
B = 55.31%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#153B63 (or 0x153B63) is known color: Regal Blue. HEX triplet: 15, 3B and 63. RGB value is (21,59,99). Sum of RGB (Red+Green+Blue) = 21+59+99=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #153B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B63 is #EAC49C. Grayscale: #333333. Windows color (decimal): -15385757 or 6503189. OLE color: 6503189.

HSL color Cylindrical-coordinate representation of color #153B63: hue angle of 210.77º 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 #153B63 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 59 99 -
CMYK 0.79 0.40 0 0.61
HSL 210.77º 0.65% 0.24% -
HSV(B) 210.77º 0.79% 0.39% -
XYZ 4.13 4.19 12.4 -
YUV 52.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 21 59 99 0.79 0.40 0 0.61 210.77 0.65 0.24
Hex 15 3B 63 4F 28 0 3D D3 41 18
Octal 25 73 143 117 50 0 75 323 101 30
Binary 10101 111011 1100011 1001111 101000 0 111101 11010011 1000001 11000

Color Harmonies of #153B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153B63

Black with #153B63

Text Example


Text Example

White with #153B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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