Html Css Color HEX #153653 Regal Blue

📋 copy color: '#153653'

red 21 ◦ green 54 ◦ blue 83

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

Shades of Regal Blue #153653

Tints of Regal Blue #153653

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.18%

 BLUE value IS 83 (32.81% from 255) = 52.53%

R = 13.29%
G = 34.18%
B = 52.53%

CMYK

 C value IS 0.75

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#153653 (or 0x153653) is known color: Regal Blue. HEX triplet: 15, 36 and 53. RGB value is (21,54,83). Sum of RGB (Red+Green+Blue) = 21+54+83=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #153653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153653 is #EAC9AC. Grayscale: #2F2F2F. Windows color (decimal): -15387053 or 5453333. OLE color: 5453333.

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

Color convert

RGB 21 54 83 -
CMYK 0.75 0.35 0 0.67
HSL 208.06º 0.6% 0.2% -
HSV(B) 208.06º 0.75% 0.33% -
XYZ 3.19 3.42 8.68 -
YUV 47.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 21 54 83 0.75 0.35 0 0.67 208.06 0.6 0.2
Hex 15 36 53 4B 23 0 43 D0 3C 14
Octal 25 66 123 113 43 0 103 320 74 24
Binary 10101 110110 1010011 1001011 100011 0 1000011 11010000 111100 10100

Color Harmonies of #153653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153653

Black with #153653

Text Example


Text Example

White with #153653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153653; }

 p { color: rgb(21,54,83); }

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

background-color css

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

 a { background-color: rgb(21,54,83); }

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

border-color css

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

 span { border-color: rgb(21,54,83); }

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