#153F68

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

Shades of Regal Blue #153F68

Tints of Regal Blue #153F68

Color information

#153F68 (or 0x153F68) is unknown color: approx Regal Blue. HEX triplet: 15, 3F and 68. RGB value is (21,63,104). Sum of RGB (Red+Green+Blue) = 21+63+104=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #153F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F68 is #EAC097. Grayscale: #363636. Windows color (decimal): -15384728 or 6831893. OLE color: 6831893.

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

Color convert

RGB2163104-
CMYK0.800.3900.59
HSL209.64º66.4%24.51%-
HSV(B)209.64º79.81%40.78%-
XYZ4.594.7113.76-
YUV55.12155.59103.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.17%
GREEN value IS 63 (25% from 255) = 33.51%
BLUE value IS 104 (41.02% from 255) = 55.32%
R=11.17%
G=33.51%
B=55.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21631040.800.3900.59209.6466.424.51
Hex153F68502703Bd24219
Octal25771501204707332210231
Binary1010111111111010001010000100111011101111010010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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