Html Css Color HEX #153C56 Regal Blue

📋 copy color: '#153C56'

red 21 ◦ green 60 ◦ blue 86

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

Shades of Regal Blue #153C56

Tints of Regal Blue #153C56

RGB

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

 GREEN value IS 60 (23.83% from 255) = 35.93%

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

R = 12.57%
G = 35.93%
B = 51.5%

CMYK

 C value IS 0.76

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#153C56 (or 0x153C56) is known color: Regal Blue. HEX triplet: 15, 3C and 56. RGB value is (21,60,86). Sum of RGB (Red+Green+Blue) = 21+60+86=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #153C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C56 is #EAC3A9. Grayscale: #333333. Windows color (decimal): -15385514 or 5651477. OLE color: 5651477.

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

Color convert

RGB 21 60 86 -
CMYK 0.76 0.30 0 0.66
HSL 204º 0.61% 0.21% -
HSV(B) 204º 0.76% 0.34% -
XYZ 3.6 4.06 9.4 -
YUV 51.3 147.58 106.39 -
System Red Green Blue C M Y K H S L
Decimal 21 60 86 0.76 0.30 0 0.66 204 0.61 0.21
Hex 15 3C 56 4C 1E 0 42 CC 3D 15
Octal 25 74 126 114 36 0 102 314 75 25
Binary 10101 111100 1010110 1001100 11110 0 1000010 11001100 111101 10101

Color Harmonies of #153C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C56

Black with #153C56

Text Example


Text Example

White with #153C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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