Html Css Color HEX #153950 Regal Blue

📋 copy color: '#153950'

red 21 ◦ green 57 ◦ blue 80

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

Shades of Regal Blue #153950

Tints of Regal Blue #153950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 50.63%

R = 13.29%
G = 36.08%
B = 50.63%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#153950 (or 0x153950) is known color: Regal Blue. HEX triplet: 15, 39 and 50. RGB value is (21,57,80). Sum of RGB (Red+Green+Blue) = 21+57+80=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #153950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153950 is #EAC6AF. Grayscale: #303030. Windows color (decimal): -15386288 or 5257493. OLE color: 5257493.

HSL color Cylindrical-coordinate representation of color #153950: hue angle of 203.39º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #153950 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 57 80 -
CMYK 0.74 0.29 0 0.69
HSL 203.39º 0.58% 0.2% -
HSV(B) 203.39º 0.74% 0.31% -
XYZ 3.22 3.66 8.13 -
YUV 48.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 21 57 80 0.74 0.29 0 0.69 203.39 0.58 0.2
Hex 15 39 50 4A 1D 0 45 CB 3A 14
Octal 25 71 120 112 35 0 105 313 72 24
Binary 10101 111001 1010000 1001010 11101 0 1000101 11001011 111010 10100

Color Harmonies of #153950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153950

Black with #153950

Text Example


Text Example

White with #153950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153950; }

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

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

background-color css

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

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

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

border-color css

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

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

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