Html Css Color HEX #153655 Regal Blue

📋 copy color: '#153655'

red 21 ◦ green 54 ◦ blue 85

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

Shades of Regal Blue #153655

Tints of Regal Blue #153655

RGB

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

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

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

R = 13.13%
G = 33.75%
B = 53.13%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#153655 (or 0x153655) is known color: Regal Blue. HEX triplet: 15, 36 and 55. RGB value is (21,54,85). Sum of RGB (Red+Green+Blue) = 21+54+85=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #153655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153655 is #EAC9AA. Grayscale: #2F2F2F. Windows color (decimal): -15387051 or 5584405. OLE color: 5584405.

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

Color convert

RGB 21 54 85 -
CMYK 0.75 0.36 0 0.67
HSL 209.06º 0.6% 0.21% -
HSV(B) 209.06º 0.75% 0.33% -
XYZ 3.27 3.45 9.09 -
YUV 47.67 149.07 108.98 -
System Red Green Blue C M Y K H S L
Decimal 21 54 85 0.75 0.36 0 0.67 209.06 0.6 0.21
Hex 15 36 55 4B 24 0 43 D1 3C 15
Octal 25 66 125 113 44 0 103 321 74 25
Binary 10101 110110 1010101 1001011 100100 0 1000011 11010001 111100 10101

Color Harmonies of #153655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153655

Black with #153655

Text Example


Text Example

White with #153655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153655; }

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

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

background-color css

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

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

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

border-color css

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

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

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