Html Css Color HEX #153755 Regal Blue

📋 copy color: '#153755'

red 21 ◦ green 55 ◦ blue 85

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

Shades of Regal Blue #153755

Tints of Regal Blue #153755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.16%

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

R = 13.04%
G = 34.16%
B = 52.8%

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

#153755 (or 0x153755) is known color: Regal Blue. HEX triplet: 15, 37 and 55. RGB value is (21,55,85). Sum of RGB (Red+Green+Blue) = 21+55+85=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #153755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153755 is #EAC8AA. Grayscale: #303030. Windows color (decimal): -15386795 or 5584661. OLE color: 5584661.

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

Color convert

RGB 21 55 85 -
CMYK 0.75 0.35 0 0.67
HSL 208.13º 0.6% 0.21% -
HSV(B) 208.13º 0.75% 0.33% -
XYZ 3.32 3.55 9.1 -
YUV 48.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 21 55 85 0.75 0.35 0 0.67 208.13 0.6 0.21
Hex 15 37 55 4B 23 0 43 D0 3C 15
Octal 25 67 125 113 43 0 103 320 74 25
Binary 10101 110111 1010101 1001011 100011 0 1000011 11010000 111100 10101

Color Harmonies of #153755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153755

Black with #153755

Text Example


Text Example

White with #153755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153755; }

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

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

background-color css

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

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

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

border-color css

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

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

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