#133233

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

Shades of Nordic #133233

Tints of Nordic #133233

Color information

#133233 (or 0x133233) is unknown color: approx Nordic. HEX triplet: 13, 32 and 33. RGB value is (19,50,51). Sum of RGB (Red+Green+Blue) = 19+50+51=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: blue. Hex color #133233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133233 is #ECCDCC. Grayscale: #282828. Windows color (decimal): -15519181 or 3355155. OLE color: 3355155.

HSL color Cylindrical-coordinate representation of color #133233: hue angle of 181.88º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133233 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB195051-
CMYK0.630.0200.8
HSL181.88º45.71%13.73%-
HSV(B)181.88º62.75%20%-
XYZ2.012.663.54-
YUV40.84133.73112.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 51 (20.31% from 255) = 42.5%
R=15.83%
G=41.67%
B=42.5%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1950510.630.0200.8181.8845.7113.73
Hex1332333F2050b62ee
Octal23626377201202665616
Binary100111100101100111111111001010000101101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133233; }

 p { color: rgb(19,50,51); }

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

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

 a { background-color: rgb(19,50,51); }

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

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

 span { border-color: rgb(19,50,51); }

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