Html Css Color HEX #153F62 Regal Blue

📋 copy color: '#153F62'

red 21 ◦ green 63 ◦ blue 98

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

Shades of Regal Blue #153F62

Tints of Regal Blue #153F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 53.85%

R = 11.54%
G = 34.62%
B = 53.85%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153F62 (or 0x153F62) is known color: Regal Blue. HEX triplet: 15, 3F and 62. RGB value is (21,63,98). Sum of RGB (Red+Green+Blue) = 21+63+98=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #153F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F62 is #EAC09D. Grayscale: #363636. Windows color (decimal): -15384734 or 6438677. OLE color: 6438677.

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

Color convert

RGB 21 63 98 -
CMYK 0.79 0.36 0 0.62
HSL 207.27º 0.65% 0.23% -
HSV(B) 207.27º 0.79% 0.38% -
XYZ 4.29 4.6 12.22 -
YUV 54.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 21 63 98 0.79 0.36 0 0.62 207.27 0.65 0.23
Hex 15 3F 62 4F 24 0 3E CF 41 17
Octal 25 77 142 117 44 0 76 317 101 27
Binary 10101 111111 1100010 1001111 100100 0 111110 11001111 1000001 10111

Color Harmonies of #153F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F62

Black with #153F62

Text Example


Text Example

White with #153F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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