#153962

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

Shades of Regal Blue #153962

Tints of Regal Blue #153962

Color information

#153962 (or 0x153962) is unknown color: approx Regal Blue. HEX triplet: 15, 39 and 62. RGB value is (21,57,98). Sum of RGB (Red+Green+Blue) = 21+57+98=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #153962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153962 is #EAC69D. Grayscale: #323232. Windows color (decimal): -15386270 or 6437141. OLE color: 6437141.

HSL color Cylindrical-coordinate representation of color #153962: hue angle of 211.95º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153962 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB215798-
CMYK0.790.4200.62
HSL211.95º64.71%23.33%-
HSV(B)211.95º78.57%38.43%-
XYZ3.983.9712.11-
YUV50.91154.57106.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.93%
GREEN value IS 57 (22.66% from 255) = 32.39%
BLUE value IS 98 (38.67% from 255) = 55.68%
R=11.93%
G=32.39%
B=55.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2157980.790.4200.62211.9564.7123.33
Hex1539624F2A03Ed44117
Octal25711421175207632410127
Binary1010111100111000101001111101010011111011010100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153962; }

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

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

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

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

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

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

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

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