Html Css Color HEX #153D55 Regal Blue

📋 copy color: '#153D55'

red 21 ◦ green 61 ◦ blue 85

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

Shades of Regal Blue #153D55

Tints of Regal Blue #153D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 50.9%

R = 12.57%
G = 36.53%
B = 50.9%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#153D55 (or 0x153D55) is known color: Regal Blue. HEX triplet: 15, 3D and 55. RGB value is (21,61,85). Sum of RGB (Red+Green+Blue) = 21+61+85=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #153D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D55 is #EAC2AA. Grayscale: #333333. Windows color (decimal): -15385259 or 5586197. OLE color: 5586197.

HSL color Cylindrical-coordinate representation of color #153D55: hue angle of 202.5º 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 #153D55 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 61 85 -
CMYK 0.75 0.28 0 0.67
HSL 202.5º 0.6% 0.21% -
HSV(B) 202.5º 0.75% 0.33% -
XYZ 3.62 4.15 9.21 -
YUV 51.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 21 61 85 0.75 0.28 0 0.67 202.5 0.6 0.21
Hex 15 3D 55 4B 1C 0 43 CA 3C 15
Octal 25 75 125 113 34 0 103 312 74 25
Binary 10101 111101 1010101 1001011 11100 0 1000011 11001010 111100 10101

Color Harmonies of #153D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D55

Black with #153D55

Text Example


Text Example

White with #153D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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