Html Css Color HEX #153966 Regal Blue

📋 copy color: '#153966'

red 21 ◦ green 57 ◦ blue 102

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

Shades of Regal Blue #153966

Tints of Regal Blue #153966

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.67%

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

R = 11.67%
G = 31.67%
B = 56.67%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#153966 (or 0x153966) is known color: Regal Blue. HEX triplet: 15, 39 and 66. RGB value is (21,57,102). Sum of RGB (Red+Green+Blue) = 21+57+102=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 57 (22.66% from 255 or 31.67% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #153966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153966 is #EAC699. Grayscale: #333333. Windows color (decimal): -15386266 or 6699285. OLE color: 6699285.

HSL color Cylindrical-coordinate representation of color #153966: hue angle of 213.33º 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 #153966 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 57 102 -
CMYK 0.79 0.44 0 0.6
HSL 213.33º 0.66% 0.24% -
HSV(B) 213.33º 0.79% 0.4% -
XYZ 4.17 4.04 13.13 -
YUV 51.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 21 57 102 0.79 0.44 0 0.6 213.33 0.66 0.24
Hex 15 39 66 4F 2C 0 3C D5 42 18
Octal 25 71 146 117 54 0 74 325 102 30
Binary 10101 111001 1100110 1001111 101100 0 111100 11010101 1000010 11000

Color Harmonies of #153966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153966

Black with #153966

Text Example


Text Example

White with #153966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153966; }

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

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

background-color css

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

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

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

border-color css

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

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

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