#133962

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

Shades of Regal Blue #133962

Tints of Regal Blue #133962

Color information

#133962 (or 0x133962) is unknown color: approx Regal Blue. HEX triplet: 13, 39 and 62. RGB value is (19,57,98). Sum of RGB (Red+Green+Blue) = 19+57+98=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #133962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133962 is #ECC69D. Grayscale: #323232. Windows color (decimal): -15517342 or 6437139. OLE color: 6437139.

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

Color convert

RGB195798-
CMYK0.810.4200.62
HSL211.14º67.52%22.94%-
HSV(B)211.14º80.61%38.43%-
XYZ3.943.9512.11-
YUV50.31154.91105.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 98 (38.67% from 255) = 56.32%
R=10.92%
G=32.76%
B=56.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1957980.810.4200.62211.1467.5222.94
Hex133962512A03Ed34417
Octal23711421215207632310427
Binary1001111100111000101010001101010011111011010011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133962; }

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

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

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

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

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

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

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

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