Html Css Color HEX #153C61 Regal Blue

📋 copy color: '#153C61'

red 21 ◦ green 60 ◦ blue 97

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

Shades of Regal Blue #153C61

Tints of Regal Blue #153C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 54.49%

R = 11.8%
G = 33.71%
B = 54.49%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153C61 (or 0x153C61) is known color: Regal Blue. HEX triplet: 15, 3C and 61. RGB value is (21,60,97). Sum of RGB (Red+Green+Blue) = 21+60+97=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #153C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C61 is #EAC39E. Grayscale: #343434. Windows color (decimal): -15385503 or 6372373. OLE color: 6372373.

HSL color Cylindrical-coordinate representation of color #153C61: hue angle of 209.21º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #153C61 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 60 97 -
CMYK 0.78 0.38 0 0.62
HSL 209.21º 0.64% 0.23% -
HSV(B) 209.21º 0.78% 0.38% -
XYZ 4.08 4.25 11.92 -
YUV 52.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 21 60 97 0.78 0.38 0 0.62 209.21 0.64 0.23
Hex 15 3C 61 4E 26 0 3E D1 40 17
Octal 25 74 141 116 46 0 76 321 100 27
Binary 10101 111100 1100001 1001110 100110 0 111110 11010001 1000000 10111

Color Harmonies of #153C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C61

Black with #153C61

Text Example


Text Example

White with #153C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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