#133234

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

Shades of Nordic #133234

Tints of Nordic #133234

Color information

#133234 (or 0x133234) is unknown color: approx Nordic. HEX triplet: 13, 32 and 34. RGB value is (19,50,52). Sum of RGB (Red+Green+Blue) = 19+50+52=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 52 - color contains mainly: blue. Hex color #133234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133234 is #ECCDCB. Grayscale: #282828. Windows color (decimal): -15519180 or 3420691. OLE color: 3420691.

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

Color convert

RGB195052-
CMYK0.630.0400.80
HSL183.64º46.48%13.92%-
HSV(B)183.64º63.46%20.39%-
XYZ2.032.673.66-
YUV40.96134.23112.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 52 (20.70% from 255) = 42.98%
R=15.70%
G=41.32%
B=42.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950520.630.0400.80183.6446.4813.92
Hex1332343F4050b82ee
Octal23626477401202705616
Binary1001111001011010011111110001010000101110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133234; }

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

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

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

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

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

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

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

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