Html Css Color HEX #153F61 Regal Blue

📋 copy color: '#153F61'

red 21 ◦ green 63 ◦ blue 97

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

Shades of Regal Blue #153F61

Tints of Regal Blue #153F61

RGB

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

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

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

R = 11.6%
G = 34.81%
B = 53.59%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153F61 (or 0x153F61) is known color: Regal Blue. HEX triplet: 15, 3F and 61. RGB value is (21,63,97). Sum of RGB (Red+Green+Blue) = 21+63+97=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #153F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F61 is #EAC09E. Grayscale: #363636. Windows color (decimal): -15384735 or 6373141. OLE color: 6373141.

HSL color Cylindrical-coordinate representation of color #153F61: hue angle of 206.84º 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 #153F61 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 63 97 -
CMYK 0.78 0.35 0 0.62
HSL 206.84º 0.64% 0.23% -
HSV(B) 206.84º 0.78% 0.38% -
XYZ 4.24 4.58 11.97 -
YUV 54.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 21 63 97 0.78 0.35 0 0.62 206.84 0.64 0.23
Hex 15 3F 61 4E 23 0 3E CF 40 17
Octal 25 77 141 116 43 0 76 317 100 27
Binary 10101 111111 1100001 1001110 100011 0 111110 11001111 1000000 10111

Color Harmonies of #153F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F61

Black with #153F61

Text Example


Text Example

White with #153F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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