Html Css Color HEX #153A51 Regal Blue

📋 copy color: '#153A51'

red 21 ◦ green 58 ◦ blue 81

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

Shades of Regal Blue #153A51

Tints of Regal Blue #153A51

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.25%

 BLUE value IS 81 (32.03% from 255) = 50.63%

R = 13.13%
G = 36.25%
B = 50.63%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#153A51 (or 0x153A51) is known color: Regal Blue. HEX triplet: 15, 3A and 51. RGB value is (21,58,81). Sum of RGB (Red+Green+Blue) = 21+58+81=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #153A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A51 is #EAC5AE. Grayscale: #313131. Windows color (decimal): -15386031 or 5323285. OLE color: 5323285.

HSL color Cylindrical-coordinate representation of color #153A51: hue angle of 203º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153A51 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 58 81 -
CMYK 0.74 0.28 0 0.68
HSL 203º 0.59% 0.2% -
HSV(B) 203º 0.74% 0.32% -
XYZ 3.31 3.78 8.34 -
YUV 49.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 21 58 81 0.74 0.28 0 0.68 203 0.59 0.2
Hex 15 3A 51 4A 1C 0 44 CB 3B 14
Octal 25 72 121 112 34 0 104 313 73 24
Binary 10101 111010 1010001 1001010 11100 0 1000100 11001011 111011 10100

Color Harmonies of #153A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A51

Black with #153A51

Text Example


Text Example

White with #153A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,58,81); }

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

background-color css

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

 a { background-color: rgb(21,58,81); }

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

border-color css

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

 span { border-color: rgb(21,58,81); }

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