Html Css Color HEX #153E5D Regal Blue

📋 copy color: '#153E5D'

red 21 ◦ green 62 ◦ blue 93

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

Shades of Regal Blue #153E5D

Tints of Regal Blue #153E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 52.84%

R = 11.93%
G = 35.23%
B = 52.84%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#153E5D (or 0x153E5D) is known color: Regal Blue. HEX triplet: 15, 3E and 5D. RGB value is (21,62,93). Sum of RGB (Red+Green+Blue) = 21+62+93=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #153E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153E5D is #EAC1A2. Grayscale: #353535. Windows color (decimal): -15384995 or 6110741. OLE color: 6110741.

HSL color Cylindrical-coordinate representation of color #153E5D: hue angle of 205.83º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #153E5D is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 62 93 -
CMYK 0.77 0.33 0 0.64
HSL 205.83º 0.63% 0.22% -
HSV(B) 205.83º 0.77% 0.36% -
XYZ 4.01 4.39 10.99 -
YUV 53.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 21 62 93 0.77 0.33 0 0.64 205.83 0.63 0.22
Hex 15 3E 5D 4D 21 0 40 CE 3F 16
Octal 25 76 135 115 41 0 100 316 77 26
Binary 10101 111110 1011101 1001101 100001 0 1000000 11001110 111111 10110

Color Harmonies of #153E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153E5D

Black with #153E5D

Text Example


Text Example

White with #153E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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