Html Css Color HEX #153E62 Regal Blue

📋 copy color: '#153E62'

red 21 ◦ green 62 ◦ blue 98

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

Shades of Regal Blue #153E62

Tints of Regal Blue #153E62

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.25%

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

R = 11.6%
G = 34.25%
B = 54.14%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153E62 (or 0x153E62) is known color: Regal Blue. HEX triplet: 15, 3E and 62. RGB value is (21,62,98). Sum of RGB (Red+Green+Blue) = 21+62+98=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #153E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153E62 is #EAC19D. Grayscale: #353535. Windows color (decimal): -15384990 or 6438421. OLE color: 6438421.

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

Color convert

RGB 21 62 98 -
CMYK 0.79 0.37 0 0.62
HSL 208.05º 0.65% 0.23% -
HSV(B) 208.05º 0.79% 0.38% -
XYZ 4.24 4.49 12.2 -
YUV 53.85 152.92 104.57 -
System Red Green Blue C M Y K H S L
Decimal 21 62 98 0.79 0.37 0 0.62 208.05 0.65 0.23
Hex 15 3E 62 4F 25 0 3E D0 41 17
Octal 25 76 142 117 45 0 76 320 101 27
Binary 10101 111110 1100010 1001111 100101 0 111110 11010000 1000001 10111

Color Harmonies of #153E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153E62

Black with #153E62

Text Example


Text Example

White with #153E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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