Html Css Color HEX #153756 Regal Blue

📋 copy color: '#153756'

red 21 ◦ green 55 ◦ blue 86

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

Shades of Regal Blue #153756

Tints of Regal Blue #153756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.95%

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

R = 12.96%
G = 33.95%
B = 53.09%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#153756 (or 0x153756) is known color: Regal Blue. HEX triplet: 15, 37 and 56. RGB value is (21,55,86). Sum of RGB (Red+Green+Blue) = 21+55+86=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #153756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153756 is #EAC8A9. Grayscale: #303030. Windows color (decimal): -15386794 or 5650197. OLE color: 5650197.

HSL color Cylindrical-coordinate representation of color #153756: hue angle of 208.62º 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 #153756 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 55 86 -
CMYK 0.76 0.36 0 0.66
HSL 208.62º 0.61% 0.21% -
HSV(B) 208.62º 0.76% 0.34% -
XYZ 3.36 3.56 9.32 -
YUV 48.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 21 55 86 0.76 0.36 0 0.66 208.62 0.61 0.21
Hex 15 37 56 4C 24 0 42 D1 3D 15
Octal 25 67 126 114 44 0 102 321 75 25
Binary 10101 110111 1010110 1001100 100100 0 1000010 11010001 111101 10101

Color Harmonies of #153756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153756

Black with #153756

Text Example


Text Example

White with #153756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153756; }

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

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

background-color css

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

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

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

border-color css

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

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

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