#133033

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

Shades of Nordic #133033

Tints of Nordic #133033

Color information

#133033 (or 0x133033) is unknown color: approx Nordic. HEX triplet: 13, 30 and 33. RGB value is (19,48,51). Sum of RGB (Red+Green+Blue) = 19+48+51=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 51 - color contains mainly: blue. Hex color #133033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133033 is #ECCFCC. Grayscale: #272727. Windows color (decimal): -15519693 or 3354643. OLE color: 3354643.

HSL color Cylindrical-coordinate representation of color #133033: hue angle of 185.62º 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 #133033 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB194851-
CMYK0.630.0600.8
HSL185.62º45.71%13.73%-
HSV(B)185.62º62.75%20%-
XYZ1.922.493.51-
YUV39.67134.39113.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 51 (20.31% from 255) = 43.22%
R=16.10%
G=40.68%
B=43.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1948510.630.0600.8185.6245.7113.73
Hex1330333F6050ba2ee
Octal23606377601202725616
Binary1001111000011001111111111001010000101110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133033; }

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

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

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

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

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

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

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

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