Html Css Color HEX #153762 Regal Blue

📋 copy color: '#153762'

red 21 ◦ green 55 ◦ blue 98

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

Shades of Regal Blue #153762

Tints of Regal Blue #153762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 56.32%

R = 12.07%
G = 31.61%
B = 56.32%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153762 (or 0x153762) is known color: Regal Blue. HEX triplet: 15, 37 and 62. RGB value is (21,55,98). Sum of RGB (Red+Green+Blue) = 21+55+98=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #153762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153762 is #EAC89D. Grayscale: #313131. Windows color (decimal): -15386782 or 6436629. OLE color: 6436629.

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

Color convert

RGB 21 55 98 -
CMYK 0.79 0.44 0 0.62
HSL 213.51º 0.65% 0.23% -
HSV(B) 213.51º 0.79% 0.38% -
XYZ 3.88 3.77 12.08 -
YUV 49.74 155.24 107.5 -
System Red Green Blue C M Y K H S L
Decimal 21 55 98 0.79 0.44 0 0.62 213.51 0.65 0.23
Hex 15 37 62 4F 2C 0 3E D6 41 17
Octal 25 67 142 117 54 0 76 326 101 27
Binary 10101 110111 1100010 1001111 101100 0 111110 11010110 1000001 10111

Color Harmonies of #153762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153762

Black with #153762

Text Example


Text Example

White with #153762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153762; }

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

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

background-color css

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

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

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

border-color css

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

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

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