#133B43

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

Shades of Nordic #133B43

Tints of Nordic #133B43

Color information

#133B43 (or 0x133B43) is unknown color: approx Nordic. HEX triplet: 13, 3B and 43. RGB value is (19,59,67). Sum of RGB (Red+Green+Blue) = 19+59+67=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 67 - color contains mainly: blue. Hex color #133B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B43 is #ECC4BC. Grayscale: #2F2F2F. Windows color (decimal): -15516861 or 4406035. OLE color: 4406035.

HSL color Cylindrical-coordinate representation of color #133B43: hue angle of 190º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #133B43 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB195967-
CMYK0.720.1200.74
HSL190º55.81%16.86%-
HSV(B)190º71.64%26.27%-
XYZ2.853.675.87-
YUV47.95138.75107.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 59 (23.44% from 255) = 40.69%
BLUE value IS 67 (26.56% from 255) = 46.21%
R=13.10%
G=40.69%
B=46.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1959670.720.1200.7419055.8116.86
Hex133B4348C04Abe3811
Octal23731031101401122767021
Binary10011111011100001110010001100010010101011111011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,59,67); }

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

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

 a { background-color: rgb(19,59,67); }

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

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

 span { border-color: rgb(19,59,67); }

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