Html Css Color HEX #153951 Regal Blue

📋 copy color: '#153951'

red 21 ◦ green 57 ◦ blue 81

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

Shades of Regal Blue #153951

Tints of Regal Blue #153951

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.85%

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

R = 13.21%
G = 35.85%
B = 50.94%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#153951 (or 0x153951) is known color: Regal Blue. HEX triplet: 15, 39 and 51. RGB value is (21,57,81). Sum of RGB (Red+Green+Blue) = 21+57+81=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #153951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153951 is #EAC6AE. Grayscale: #303030. Windows color (decimal): -15386287 or 5323029. OLE color: 5323029.

HSL color Cylindrical-coordinate representation of color #153951: hue angle of 204º 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 #153951 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 57 81 -
CMYK 0.74 0.30 0 0.68
HSL 204º 0.59% 0.2% -
HSV(B) 204º 0.74% 0.32% -
XYZ 3.26 3.68 8.32 -
YUV 48.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 21 57 81 0.74 0.30 0 0.68 204 0.59 0.2
Hex 15 39 51 4A 1E 0 44 CC 3B 14
Octal 25 71 121 112 36 0 104 314 73 24
Binary 10101 111001 1010001 1001010 11110 0 1000100 11001100 111011 10100

Color Harmonies of #153951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153951

Black with #153951

Text Example


Text Example

White with #153951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153951; }

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

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

background-color css

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

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

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

border-color css

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

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

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