#133F69

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

Shades of Regal Blue #133F69

Tints of Regal Blue #133F69

Color information

#133F69 (or 0x133F69) is unknown color: approx Regal Blue. HEX triplet: 13, 3F and 69. RGB value is (19,63,105). Sum of RGB (Red+Green+Blue) = 19+63+105=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #133F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F69 is #ECC096. Grayscale: #363636. Windows color (decimal): -15515799 or 6897427. OLE color: 6897427.

HSL color Cylindrical-coordinate representation of color #133F69: hue angle of 209.3º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133F69 is Cyan = 0.82, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1963105-
CMYK0.820.400.59
HSL209.3º69.35%24.31%-
HSV(B)209.3º81.9%41.18%-
XYZ4.64.7114.03-
YUV54.63156.42102.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 63 (25% from 255) = 33.69%
BLUE value IS 105 (41.41% from 255) = 56.15%
R=10.16%
G=33.69%
B=56.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19631050.820.400.59209.369.3524.31
Hex133F69522803Bd14518
Octal23771511225007332110530
Binary1001111111111010011010010101000011101111010001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133F69; }

 p { color: rgb(19,63,105); }

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

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

 a { background-color: rgb(19,63,105); }

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

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

 span { border-color: rgb(19,63,105); }

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