#133338

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

Shades of Nordic #133338

Tints of Nordic #133338

Color information

#133338 (or 0x133338) is unknown color: approx Nordic. HEX triplet: 13, 33 and 38. RGB value is (19,51,56). Sum of RGB (Red+Green+Blue) = 19+51+56=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #133338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133338 is #ECCCC7. Grayscale: #292929. Windows color (decimal): -15518920 or 3683091. OLE color: 3683091.

HSL color Cylindrical-coordinate representation of color #133338: hue angle of 188.11º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #133338 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB195156-
CMYK0.660.0900.78
HSL188.11º49.33%14.71%-
HSV(B)188.11º66.07%21.96%-
XYZ2.172.794.17-
YUV42135.9111.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 51 (20.31% from 255) = 40.48%
BLUE value IS 56 (22.27% from 255) = 44.44%
R=15.08%
G=40.48%
B=44.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1951560.660.0900.78188.1149.3314.71
Hex13333842904Ebc31f
Octal2363701021101162746117
Binary100111100111110001000010100101001110101111001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133338; }

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

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

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

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

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

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

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

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