Html Css Color HEX #153A5D Regal Blue

📋 copy color: '#153A5D'

red 21 ◦ green 58 ◦ blue 93

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

Shades of Regal Blue #153A5D

Tints of Regal Blue #153A5D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.72%

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

R = 12.21%
G = 33.72%
B = 54.07%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#153A5D (or 0x153A5D) is known color: Regal Blue. HEX triplet: 15, 3A and 5D. RGB value is (21,58,93). Sum of RGB (Red+Green+Blue) = 21+58+93=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #153A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A5D is #EAC5A2. Grayscale: #323232. Windows color (decimal): -15386019 or 6109717. OLE color: 6109717.

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

Color convert

RGB 21 58 93 -
CMYK 0.77 0.38 0 0.64
HSL 209.17º 0.63% 0.22% -
HSV(B) 209.17º 0.77% 0.36% -
XYZ 3.8 3.98 10.92 -
YUV 50.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 21 58 93 0.77 0.38 0 0.64 209.17 0.63 0.22
Hex 15 3A 5D 4D 26 0 40 D1 3F 16
Octal 25 72 135 115 46 0 100 321 77 26
Binary 10101 111010 1011101 1001101 100110 0 1000000 11010001 111111 10110

Color Harmonies of #153A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153A5D

Black with #153A5D

Text Example


Text Example

White with #153A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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