Html Css Color HEX #153763 Regal Blue

📋 copy color: '#153763'

red 21 ◦ green 55 ◦ blue 99

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

Shades of Regal Blue #153763

Tints of Regal Blue #153763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 56.57%

R = 12%
G = 31.43%
B = 56.57%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#153763 (or 0x153763) is known color: Regal Blue. HEX triplet: 15, 37 and 63. RGB value is (21,55,99). Sum of RGB (Red+Green+Blue) = 21+55+99=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #153763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153763 is #EAC89C. Grayscale: #313131. Windows color (decimal): -15386781 or 6502165. OLE color: 6502165.

HSL color Cylindrical-coordinate representation of color #153763: hue angle of 213.85º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153763 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 55 99 -
CMYK 0.79 0.44 0 0.61
HSL 213.85º 0.65% 0.24% -
HSV(B) 213.85º 0.79% 0.39% -
XYZ 3.93 3.79 12.33 -
YUV 49.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 21 55 99 0.79 0.44 0 0.61 213.85 0.65 0.24
Hex 15 37 63 4F 2C 0 3D D6 41 18
Octal 25 67 143 117 54 0 75 326 101 30
Binary 10101 110111 1100011 1001111 101100 0 111101 11010110 1000001 11000

Color Harmonies of #153763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153763

Black with #153763

Text Example


Text Example

White with #153763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153763; }

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

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

background-color css

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

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

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

border-color css

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

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

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