#153F67

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

Shades of Regal Blue #153F67

Tints of Regal Blue #153F67

Color information

#153F67 (or 0x153F67) is unknown color: approx Regal Blue. HEX triplet: 15, 3F and 67. RGB value is (21,63,103). Sum of RGB (Red+Green+Blue) = 21+63+103=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #153F67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F67 is #EAC098. Grayscale: #363636. Windows color (decimal): -15384729 or 6766357. OLE color: 6766357.

HSL color Cylindrical-coordinate representation of color #153F67: hue angle of 209.27º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #153F67 is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2163103-
CMYK0.800.3900.60
HSL209.27º66.13%24.31%-
HSV(B)209.27º79.61%40.39%-
XYZ4.534.6913.5-
YUV55155.09103.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 63 (25% from 255) = 33.69%
BLUE value IS 103 (40.62% from 255) = 55.08%
R=11.23%
G=33.69%
B=55.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21631030.800.3900.60209.2766.1324.31
Hex153F67502703Cd14218
Octal25771471204707432110230
Binary1010111111111001111010000100111011110011010001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,63,103); }

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

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

 a { background-color: rgb(21,63,103); }

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

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

 span { border-color: rgb(21,63,103); }

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