Html Css Color HEX #153B54 Regal Blue

📋 copy color: '#153B54'

red 21 ◦ green 59 ◦ blue 84

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

Shades of Regal Blue #153B54

Tints of Regal Blue #153B54

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.98%

 BLUE value IS 84 (33.2% from 255) = 51.22%

R = 12.8%
G = 35.98%
B = 51.22%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#153B54 (or 0x153B54) is known color: Regal Blue. HEX triplet: 15, 3B and 54. RGB value is (21,59,84). Sum of RGB (Red+Green+Blue) = 21+59+84=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #153B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B54 is #EAC4AB. Grayscale: #323232. Windows color (decimal): -15385772 or 5520149. OLE color: 5520149.

HSL color Cylindrical-coordinate representation of color #153B54: hue angle of 203.81º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #153B54 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 59 84 -
CMYK 0.75 0.30 0 0.67
HSL 203.81º 0.6% 0.21% -
HSV(B) 203.81º 0.75% 0.33% -
XYZ 3.47 3.93 8.96 -
YUV 50.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 21 59 84 0.75 0.30 0 0.67 203.81 0.6 0.21
Hex 15 3B 54 4B 1E 0 43 CC 3C 15
Octal 25 73 124 113 36 0 103 314 74 25
Binary 10101 111011 1010100 1001011 11110 0 1000011 11001100 111100 10101

Color Harmonies of #153B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153B54

Black with #153B54

Text Example


Text Example

White with #153B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,59,84); }

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

background-color css

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

 a { background-color: rgb(21,59,84); }

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

border-color css

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

 span { border-color: rgb(21,59,84); }

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