Html Css Color HEX #153F56 Regal Blue

📋 copy color: '#153F56'

red 21 ◦ green 63 ◦ blue 86

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

Shades of Regal Blue #153F56

Tints of Regal Blue #153F56

RGB

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

 GREEN value IS 63 (25% from 255) = 37.06%

 BLUE value IS 86 (33.98% from 255) = 50.59%

R = 12.35%
G = 37.06%
B = 50.59%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#153F56 (or 0x153F56) is known color: Regal Blue. HEX triplet: 15, 3F and 56. RGB value is (21,63,86). Sum of RGB (Red+Green+Blue) = 21+63+86=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #153F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F56 is #EAC0A9. Grayscale: #343434. Windows color (decimal): -15384746 or 5652245. OLE color: 5652245.

HSL color Cylindrical-coordinate representation of color #153F56: hue angle of 201.23º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #153F56 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 63 86 -
CMYK 0.76 0.27 0 0.66
HSL 201.23º 0.61% 0.21% -
HSV(B) 201.23º 0.76% 0.34% -
XYZ 3.77 4.39 9.45 -
YUV 53.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 21 63 86 0.76 0.27 0 0.66 201.23 0.61 0.21
Hex 15 3F 56 4C 1B 0 42 C9 3D 15
Octal 25 77 126 114 33 0 102 311 75 25
Binary 10101 111111 1010110 1001100 11011 0 1000010 11001001 111101 10101

Color Harmonies of #153F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F56

Black with #153F56

Text Example


Text Example

White with #153F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,63,86); }

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

background-color css

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

 a { background-color: rgb(21,63,86); }

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

border-color css

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

 span { border-color: rgb(21,63,86); }

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