#133034

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

Shades of Nordic #133034

Tints of Nordic #133034

Color information

#133034 (or 0x133034) is unknown color: approx Nordic. HEX triplet: 13, 30 and 34. RGB value is (19,48,52). Sum of RGB (Red+Green+Blue) = 19+48+52=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #133034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133034 is #ECCFCB. Grayscale: #272727. Windows color (decimal): -15519692 or 3420179. OLE color: 3420179.

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

Color convert

RGB194852-
CMYK0.630.0800.80
HSL187.27º46.48%13.92%-
HSV(B)187.27º63.46%20.39%-
XYZ1.952.53.63-
YUV39.78134.89113.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 52 (20.70% from 255) = 43.70%
R=15.97%
G=40.34%
B=43.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1948520.630.0800.80187.2746.4813.92
Hex1330343F8050bb2ee
Octal236064771001202735616
Binary10011110000110100111111100001010000101110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133034; }

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

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

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

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

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

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

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

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