Html Css Color HEX #153E63 Regal Blue

📋 copy color: '#153E63'

red 21 ◦ green 62 ◦ blue 99

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

Shades of Regal Blue #153E63

Tints of Regal Blue #153E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 54.4%

R = 11.54%
G = 34.07%
B = 54.4%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#153E63 (or 0x153E63) is known color: Regal Blue. HEX triplet: 15, 3E and 63. RGB value is (21,62,99). Sum of RGB (Red+Green+Blue) = 21+62+99=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #153E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153E63 is #EAC19C. Grayscale: #353535. Windows color (decimal): -15384989 or 6503957. OLE color: 6503957.

HSL color Cylindrical-coordinate representation of color #153E63: hue angle of 208.46º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153E63 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 62 99 -
CMYK 0.79 0.37 0 0.61
HSL 208.46º 0.65% 0.24% -
HSV(B) 208.46º 0.79% 0.39% -
XYZ 4.28 4.51 12.45 -
YUV 53.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 21 62 99 0.79 0.37 0 0.61 208.46 0.65 0.24
Hex 15 3E 63 4F 25 0 3D D0 41 18
Octal 25 76 143 117 45 0 75 320 101 30
Binary 10101 111110 1100011 1001111 100101 0 111101 11010000 1000001 11000

Color Harmonies of #153E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153E63

Black with #153E63

Text Example


Text Example

White with #153E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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