Html Css Color HEX #153866 Regal Blue

📋 copy color: '#153866'

red 21 ◦ green 56 ◦ blue 102

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

Shades of Regal Blue #153866

Tints of Regal Blue #153866

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.28%

 BLUE value IS 102 (40.23% from 255) = 56.98%

R = 11.73%
G = 31.28%
B = 56.98%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#153866 (or 0x153866) is known color: Regal Blue. HEX triplet: 15, 38 and 66. RGB value is (21,56,102). Sum of RGB (Red+Green+Blue) = 21+56+102=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #153866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153866 is #EAC799. Grayscale: #323232. Windows color (decimal): -15386522 or 6699029. OLE color: 6699029.

HSL color Cylindrical-coordinate representation of color #153866: hue angle of 214.07º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153866 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 56 102 -
CMYK 0.79 0.45 0 0.6
HSL 214.07º 0.66% 0.24% -
HSV(B) 214.07º 0.79% 0.4% -
XYZ 4.12 3.95 13.12 -
YUV 50.78 156.9 106.76 -
System Red Green Blue C M Y K H S L
Decimal 21 56 102 0.79 0.45 0 0.6 214.07 0.66 0.24
Hex 15 38 66 4F 2D 0 3C D6 42 18
Octal 25 70 146 117 55 0 74 326 102 30
Binary 10101 111000 1100110 1001111 101101 0 111100 11010110 1000010 11000

Color Harmonies of #153866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153866

Black with #153866

Text Example


Text Example

White with #153866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153866; }

 p { color: rgb(21,56,102); }

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

background-color css

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

 a { background-color: rgb(21,56,102); }

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

border-color css

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

 span { border-color: rgb(21,56,102); }

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