Html Css Color HEX #153D5D Regal Blue

📋 copy color: '#153D5D'

red 21 ◦ green 61 ◦ blue 93

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

Shades of Regal Blue #153D5D

Tints of Regal Blue #153D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.86%

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

R = 12%
G = 34.86%
B = 53.14%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#153D5D (or 0x153D5D) is known color: Regal Blue. HEX triplet: 15, 3D and 5D. RGB value is (21,61,93). Sum of RGB (Red+Green+Blue) = 21+61+93=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #153D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D5D is #EAC2A2. Grayscale: #343434. Windows color (decimal): -15385251 or 6110485. OLE color: 6110485.

HSL color Cylindrical-coordinate representation of color #153D5D: hue angle of 206.67º 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 #153D5D is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 61 93 -
CMYK 0.77 0.34 0 0.64
HSL 206.67º 0.63% 0.22% -
HSV(B) 206.67º 0.77% 0.36% -
XYZ 3.95 4.29 10.98 -
YUV 52.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 21 61 93 0.77 0.34 0 0.64 206.67 0.63 0.22
Hex 15 3D 5D 4D 22 0 40 CF 3F 16
Octal 25 75 135 115 42 0 100 317 77 26
Binary 10101 111101 1011101 1001101 100010 0 1000000 11001111 111111 10110

Color Harmonies of #153D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D5D

Black with #153D5D

Text Example


Text Example

White with #153D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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