Html Css Color HEX #153F5B Regal Blue

📋 copy color: '#153F5B'

red 21 ◦ green 63 ◦ blue 91

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

Shades of Regal Blue #153F5B

Tints of Regal Blue #153F5B

RGB

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

 GREEN value IS 63 (25% from 255) = 36%

 BLUE value IS 91 (35.94% from 255) = 52%

R = 12%
G = 36%
B = 52%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#153F5B (or 0x153F5B) is known color: Regal Blue. HEX triplet: 15, 3F and 5B. RGB value is (21,63,91). Sum of RGB (Red+Green+Blue) = 21+63+91=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #153F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F5B is #EAC0A4. Grayscale: #353535. Windows color (decimal): -15384741 or 5979925. OLE color: 5979925.

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

Color convert

RGB 21 63 91 -
CMYK 0.77 0.31 0 0.64
HSL 204º 0.63% 0.22% -
HSV(B) 204º 0.77% 0.36% -
XYZ 3.98 4.47 10.55 -
YUV 53.63 149.09 104.72 -
System Red Green Blue C M Y K H S L
Decimal 21 63 91 0.77 0.31 0 0.64 204 0.63 0.22
Hex 15 3F 5B 4D 1F 0 40 CC 3E 16
Octal 25 77 133 115 37 0 100 314 76 26
Binary 10101 111111 1011011 1001101 11111 0 1000000 11001100 111110 10110

Color Harmonies of #153F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F5B

Black with #153F5B

Text Example


Text Example

White with #153F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,63,91); }

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

background-color css

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

 a { background-color: rgb(21,63,91); }

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

border-color css

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

 span { border-color: rgb(21,63,91); }

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