Html Css Color HEX #153D5E Regal Blue

📋 copy color: '#153D5E'

red 21 ◦ green 61 ◦ blue 94

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

Shades of Regal Blue #153D5E

Tints of Regal Blue #153D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 53.41%

R = 11.93%
G = 34.66%
B = 53.41%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#153D5E (or 0x153D5E) is known color: Regal Blue. HEX triplet: 15, 3D and 5E. RGB value is (21,61,94). Sum of RGB (Red+Green+Blue) = 21+61+94=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #153D5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D5E is #EAC2A1. Grayscale: #343434. Windows color (decimal): -15385250 or 6176021. OLE color: 6176021.

HSL color Cylindrical-coordinate representation of color #153D5E: hue angle of 207.12º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #153D5E is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 61 94 -
CMYK 0.78 0.35 0 0.63
HSL 207.12º 0.63% 0.23% -
HSV(B) 207.12º 0.78% 0.37% -
XYZ 4 4.31 11.21 -
YUV 52.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 21 61 94 0.78 0.35 0 0.63 207.12 0.63 0.23
Hex 15 3D 5E 4E 23 0 3F CF 3F 17
Octal 25 75 136 116 43 0 77 317 77 27
Binary 10101 111101 1011110 1001110 100011 0 111111 11001111 111111 10111

Color Harmonies of #153D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D5E

Black with #153D5E

Text Example


Text Example

White with #153D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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