#153A66

Color #153A66 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #153A66

Tints of Regal Blue #153A66

Color information

#153A66 (or 0x153A66) is unknown color: approx Regal Blue. HEX triplet: 15, 3A and 66. RGB value is (21,58,102). Sum of RGB (Red+Green+Blue) = 21+58+102=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #153A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A66 is #EAC599. Grayscale: #333333. Windows color (decimal): -15386010 or 6699541. OLE color: 6699541.

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

Color convert

RGB2158102-
CMYK0.790.4300.6
HSL212.59º65.85%24.12%-
HSV(B)212.59º79.41%40%-
XYZ4.224.1413.15-
YUV51.95156.24105.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 58 (23.05% from 255) = 32.04%
BLUE value IS 102 (40.23% from 255) = 56.35%
R=11.60%
G=32.04%
B=56.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21581020.790.4300.6212.5965.8524.12
Hex153A664F2B03Cd54218
Octal25721461175307432510230
Binary1010111101011001101001111101011011110011010101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153A66; }

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

 H1.HeaderClassName
 {
   color: #153A66;
 }
 .AnyTagClassName
 {
   color: #153A66;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #153A66;
 }
 .BgClassName
 {
   background-color: #153A66;
 }
</style>
border-color css

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

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

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