Html Css Color HEX #153D54 Regal Blue

📋 copy color: '#153D54'

red 21 ◦ green 61 ◦ blue 84

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

Shades of Regal Blue #153D54

Tints of Regal Blue #153D54

RGB

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

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

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

R = 12.65%
G = 36.75%
B = 50.6%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#153D54 (or 0x153D54) is known color: Regal Blue. HEX triplet: 15, 3D and 54. RGB value is (21,61,84). Sum of RGB (Red+Green+Blue) = 21+61+84=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #153D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153D54 is #EAC2AB. Grayscale: #333333. Windows color (decimal): -15385260 or 5520661. OLE color: 5520661.

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

Color convert

RGB 21 61 84 -
CMYK 0.75 0.27 0 0.67
HSL 201.9º 0.6% 0.21% -
HSV(B) 201.9º 0.75% 0.33% -
XYZ 3.58 4.14 9 -
YUV 51.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 21 61 84 0.75 0.27 0 0.67 201.9 0.6 0.21
Hex 15 3D 54 4B 1B 0 43 CA 3C 15
Octal 25 75 124 113 33 0 103 312 74 25
Binary 10101 111101 1010100 1001011 11011 0 1000011 11001010 111100 10101

Color Harmonies of #153D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D54

Black with #153D54

Text Example


Text Example

White with #153D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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